diff --git a/handler/auth.go b/handler/auth.go index 344efa8..1305ba4 100644 --- a/handler/auth.go +++ b/handler/auth.go @@ -66,6 +66,7 @@ func (handler HandlerAuthImpl) handleSignInPage() http.HandlerFunc { utils.LogError("Failed to render sign in page", err) http.Error(w, "Internal Server Error", http.StatusInternalServerError) } + return } if !user.EmailVerified {