Newbie error.

rewrite
Karchnu 2020-11-20 12:29:25 +01:00
parent 3879e7915d
commit c757b19c7b
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class AuthD::Service < IPC::Server
@users.reindex_everything!
end
super "authd"
super "auth"
end
def hash_password(password : String) : String