bugfix ValidateUser

This commit is contained in:
Philippe PITTOLI 2020-01-22 10:19:11 +01:00
parent af44f82e99
commit d5f2b3816f

View File

@ -382,7 +382,7 @@ module AuthD
phone : String?, phone : String?,
profile : JSON::Any?) : ::AuthD::User::Public | Exception 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 response = Response.from_ipc read