Class: CASino::TwoFactorAuthenticatorOverviewListener
- Inherits:
-
Listener
- Object
- Listener
- CASino::TwoFactorAuthenticatorOverviewListener
show all
- Defined in:
- app/listeners/casino/two_factor_authenticator_overview_listener.rb
Instance Method Summary
collapse
Methods inherited from Listener
#initialize
Instance Method Details
#two_factor_authenticators_found(two_factor_authenticators) ⇒ Object
8
9
10
|
# File 'app/listeners/casino/two_factor_authenticator_overview_listener.rb', line 8
def two_factor_authenticators_found(two_factor_authenticators)
assign(:two_factor_authenticators, two_factor_authenticators)
end
|
#user_not_logged_in ⇒ Object
4
5
6
|
# File 'app/listeners/casino/two_factor_authenticator_overview_listener.rb', line 4
def user_not_logged_in
end
|