Implementing Activate User

This commit is contained in:
Chris Mann 2023-07-21 09:23:06 +02:00
parent 8468cb3856
commit 6999a109a1

View file

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