Skip to content

Commit

Permalink
Fix login for users with extra passwords
Browse files Browse the repository at this point in the history
  • Loading branch information
waj committed Oct 16, 2018
1 parent ee1c426 commit 3e2c915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/extra_password.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def validate(resource, &block)
result = resource && resource.valid_for_authentication?(&block)

if result
decorate(resource)
remember_me(resource)
true
else
false
Expand Down

0 comments on commit 3e2c915

Please sign in to comment.