Implementing Activate User
This commit is contained in:
parent
8468cb3856
commit
6999a109a1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
// }
|
||||
|
|
Loading…
Reference in a new issue