We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc05b99 commit 152e74eCopy full SHA for 152e74e
app/services/error_code.rb
@@ -30,6 +30,7 @@ def self.error_codes
30
mfa_required: { description: 'MFA is required' },
31
invalid_login_data: { description: 'Invalid login data provided' },
32
totp_secret_already_set: { description: 'This user already has TOTP set up' },
33
+ invalid_totp_secret: { description: 'The TOTP secret is invalid or cannot be verified' },
34
wrong_totp: { description: 'Invalid TOTP code provided' },
35
invalid_verification_code: { description: 'Invalid verification code provided' },
36
unmodifiable_field: { description: 'The user is not permitted to modify this field' },
0 commit comments