fix auth responses

This commit is contained in:
Gabe Farrell 2023-04-11 17:06:55 -04:00
parent 131e34ca84
commit 7524edbce4
3 changed files with 9 additions and 4 deletions

View file

@ -82,6 +82,7 @@ func CreateAccount(w http.ResponseWriter, r *http.Request) {
// return the account information to the user
ret, err := json.Marshal(LoginResponse{
Status: 200,
Email: v.Email,
Name: v.Name,
Session: v.Session,