Fixed syntax error.
This commit is contained in:
parent
d40a37ac92
commit
e192c7e213
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ returns
|
|||
# auth not ok
|
||||
next if !user_auth
|
||||
|
||||
Rails.logger.info "Authentication against #{config_item[:adapter]} for user #{user.login} ok."
|
||||
Rails.logger.info "Authentication against #{config_item[:adapter]} for user #{user_auth.login} ok."
|
||||
|
||||
# remember last login date
|
||||
user_auth.update_last_login
|
||||
|
|
Loading…
Reference in a new issue