|
|
@ -7,7 +7,6 @@ module TwoFactorAuthentication |
|
|
|
before_filter :handle_two_factor_authentication |
|
|
|
before_filter :handle_two_factor_authentication |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
module InstanceMethods |
|
|
|
|
|
|
|
private |
|
|
|
private |
|
|
|
|
|
|
|
|
|
|
|
def handle_two_factor_authentication |
|
|
|
def handle_two_factor_authentication |
|
|
@ -30,5 +29,4 @@ module TwoFactorAuthentication |
|
|
|
|
|
|
|
|
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
end |
|
|
|
end |
|
|
|