diff --git a/src/main.cr b/src/main.cr index c3983c7..4757f26 100644 --- a/src/main.cr +++ b/src/main.cr @@ -54,7 +54,7 @@ class AuthD::Service < IPC::Server @users.reindex_everything! end - super "authd" + super "auth" end def hash_password(password : String) : String