bugfix ValidateUser
This commit is contained in:
parent
af44f82e99
commit
d5f2b3816f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue