|
|
@ -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 |
|
|
@ -31,4 +30,3 @@ module TwoFactorAuthentication |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|