delete reservation and history benef
This commit is contained in:
@@ -40,8 +40,8 @@ func (h *AuthHandler) Onboarding(w http.ResponseWriter, r *http.Request) {
|
||||
display_name := fmt.Sprint(r.FormValue("first_name")) + " " + fmt.Sprint(r.FormValue("last_name"))
|
||||
account := &ma.Account{
|
||||
Authentication: ma.AccountAuth{
|
||||
Local: ma.LocalAuth{
|
||||
Username: onboardingmap["username"].(string),
|
||||
Local: &ma.LocalAuth{
|
||||
Username: onboardingmap["username"].(*string),
|
||||
Password: r.FormValue("password"),
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user