feat: (rbac) login response
This commit is contained in:
parent
cbef25d4ce
commit
e25fc8da10
|
@ -42,6 +42,7 @@ func (h Account) Login(w http.ResponseWriter, r *http.Request, ps httprouter.Par
|
||||||
h.Error(w, err)
|
h.Error(w, err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
data["status"] = "ok"
|
||||||
h.WriteOKJSON(w, data)
|
h.WriteOKJSON(w, data)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue