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
|
// New account creation directly from interface
|
||||||
|
|
||||||
func handleInviteNewAccount(w http.ResponseWriter, r *http.Request) {
|
func handleInviteNewAccount(w http.ResponseWriter, r *http.Request) {
|
||||||
login := checkInviterLogin(w, r)
|
// login := checkInviterLogin(w, r)
|
||||||
// if login == nil {
|
// if login == nil {
|
||||||
// return
|
// return
|
||||||
// }
|
// }
|
||||||
|
|
Loading…
Reference in a new issue