bugfix ValidateUser

ipc07
Philippe PITTOLI 2020-01-22 10:19:11 +01:00
parent af44f82e99
commit d5f2b3816f
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ module AuthD
phone : String?,
profile : JSON::Any?) : ::AuthD::User::Public | Exception
send Request::AddUser.new @key, login, password, email, phone, profile
send Request::ValidateUser.new @key, login, password, email, phone, profile
response = Response.from_ipc read