mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-03 11:25:29 -04:00
- typo fix
This commit is contained in:
parent
43738ff0aa
commit
40c2fe00af
@ -56,7 +56,7 @@ class Storage
|
|||||||
@logger.debug "Password does not match the hash"
|
@logger.debug "Password does not match the hash"
|
||||||
return nil
|
return nil
|
||||||
end
|
end
|
||||||
@logger.debug "Useer #{username} verified"
|
@logger.debug "User #{username} verified"
|
||||||
return token if token
|
return token if token
|
||||||
token = random_str
|
token = random_str
|
||||||
@logger.debug "Updating token for #{username}"
|
@logger.debug "Updating token for #{username}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user