Sha256: 8a10e3da3ccae8475dca2f8528e14efd84cdd781d42fea5b8d29ac990d5508c5
Contents?: true
Size: 299 Bytes
Versions: 15
Compression:
Stored size: 299 Bytes
Contents
require_relative 'listener' class CASino::TwoFactorAuthenticatorOverviewListener < CASino::Listener def user_not_logged_in # nothing to do here end def two_factor_authenticators_found(two_factor_authenticators) assign(:two_factor_authenticators, two_factor_authenticators) end end
Version data entries
15 entries across 15 versions & 1 rubygems