Add password confirmation to account delete dialog, v1/tiers test
This commit is contained in:
parent
954d919361
commit
e82a2e518c
14 changed files with 242 additions and 93 deletions
|
@ -231,6 +231,10 @@ type apiAccountPasswordChangeRequest struct {
|
|||
NewPassword string `json:"new_password"`
|
||||
}
|
||||
|
||||
type apiAccountDeleteRequest struct {
|
||||
Password string `json:"password"`
|
||||
}
|
||||
|
||||
type apiAccountTokenResponse struct {
|
||||
Token string `json:"token"`
|
||||
Expires int64 `json:"expires"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue