removed a useless variable
This commit is contained in:
parent
fb4a1a2303
commit
f66a08ff60
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ class AuthD::Service
|
|||
return Response::Error.new "user not found"
|
||||
end
|
||||
|
||||
password_hash = request.password.try do |s|
|
||||
request.password.try do |s|
|
||||
user.password_hash = hash_password s
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue