Skip to content

Commit

Permalink
Adjutest error message
Browse files Browse the repository at this point in the history
  • Loading branch information
DeFi3298 committed Sep 9, 2024
1 parent c54d3cd commit 5e92d82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export class PrivacyIdeaAdministrationController {
}
throw SchulConnexErrorMapper.mapSchulConnexErrorToHttpException(
SchulConnexErrorMapper.mapDomainErrorToSchulConnexError(
new EntityCouldNotBeUpdated(referrer, 'Hardware-Token could not be assigned.'),
new EntityCouldNotBeUpdated(referrer, 'Token could not be unassigned.'),
),
);
}
Expand Down

0 comments on commit 5e92d82

Please sign in to comment.