mirror of
https://github.com/gabehf/BudgetBuddy.git
synced 2026-03-13 17:30:37 -07:00
fix auth responses
This commit is contained in:
parent
131e34ca84
commit
7524edbce4
3 changed files with 9 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue