Remove access_token from response

This commit is contained in:
Lakhan Samani
2022-01-09 18:02:16 +05:30
parent 047e867faa
commit 266b9e34b6
10 changed files with 10 additions and 69 deletions

View File

@@ -7,8 +7,7 @@ type AdminLoginInput struct {
}
type AdminLoginResponse struct {
Message string `json:"message"`
AccessToken string `json:"access_token"`
Message string `json:"message"`
}
type AuthResponse struct {