removed a useless variable

ipc07
Philippe PITTOLI 2020-02-07 03:54:26 +01:00
parent fb4a1a2303
commit f66a08ff60
1 changed files with 1 additions and 1 deletions

View File

@ -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