bugfix ValidateUser
This commit is contained in:
parent
af44f82e99
commit
d5f2b3816f
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user