diff --git a/api/handlers/authHandler.go b/api/handlers/authHandler.go index 296b91b..6e5c3f2 100644 --- a/api/handlers/authHandler.go +++ b/api/handlers/authHandler.go @@ -60,7 +60,8 @@ func Login(w http.ResponseWriter, r *http.Request) { } else { UnauthorizedHandler(w) - return + + println("unauthorized") } }