Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolandas Barysas committed Mar 28, 2018
1 parent a4b197e commit 73e04c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/warden/proxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def _perform_authentication(*args)
user = nil

# Look for an existing user in the session for this scope.
# If there was no user in the session. See if we can get one from the request.
# If there was no user in the session, see if we can get one from the request.
return user, opts if user = user(opts.merge(:scope => scope))
_run_strategies_for(scope, args)

Expand Down

0 comments on commit 73e04c9

Please sign in to comment.