diff --git a/src/authd.cr b/src/authd.cr index 3f0088c..e7badc1 100644 --- a/src/authd.cr +++ b/src/authd.cr @@ -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