From 6999a109a10afe611aaadb177358a4ec33ebd7a7 Mon Sep 17 00:00:00 2001 From: Chris Mann Date: Fri, 21 Jul 2023 09:23:06 +0200 Subject: [PATCH] Implementing Activate User --- invite.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invite.go b/invite.go index ff8abb6..39c3499 100644 --- a/invite.go +++ b/invite.go @@ -38,7 +38,7 @@ func checkInviterLogin(w http.ResponseWriter, r *http.Request) *LoginStatus { // New account creation directly from interface func handleInviteNewAccount(w http.ResponseWriter, r *http.Request) { - login := checkInviterLogin(w, r) + // login := checkInviterLogin(w, r) // if login == nil { // return // }