Exception: JwtAuthenticable::Exceptions::TwoFANotEnabledError
- Inherits:
-
StandardError
- Object
- StandardError
- JwtAuthenticable::Exceptions::TwoFANotEnabledError
- Defined in:
- lib/jwt_authenticable/exceptions.rb
Overview
Exception to raise when 2fa enforce is enabled but user has not enabled 2fa
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
53 54 55 |
# File 'lib/jwt_authenticable/exceptions.rb', line 53 def '2FA must be enabled' end |