1
0
Fork 0

feat(backend): Added flows endpoint for translator invites

This commit is contained in:
joostdecock 2023-07-09 16:26:19 +02:00
parent 064b058fd6
commit 1bc256fb05
12 changed files with 249 additions and 0 deletions

View file

@ -22,6 +22,7 @@ export const errors = {
keyLevelExceedsRoleLevel:
'The `level` field in the request body is higher than the `level` of the user creating the key. This is not allowed.',
languageMissing: 'The `langauge` field was missing from the request body',
languageInvalid: 'The `langauge` field holds a value that is invalid',
levelMissing: 'The `level` field was missing from the request body',
levelNotNumeric: 'The `level` field in the request body was a number',
mfaActive: 'MFA is already activated on the account',