From c757b19c7b10a36b1bc3316940a03d7f4c0b404e Mon Sep 17 00:00:00 2001 From: Karchnu Date: Fri, 20 Nov 2020 12:29:25 +0100 Subject: [PATCH] Newbie error. --- src/main.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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