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 // }