mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
test
This commit is contained in:
parent
f6ea39af12
commit
4d9af7b0d3
1 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ type tokenClaims struct {
|
||||||
jwt.StandardClaims
|
jwt.StandardClaims
|
||||||
}
|
}
|
||||||
|
|
||||||
type AuthResponse struct{
|
type AuthResponse struct {
|
||||||
Success bool `json:"success"`
|
Success bool `json:"success"`
|
||||||
Message string `json:"message"`
|
Message string `json:"message"`
|
||||||
Token string `json:"token"`
|
Token string `json:"token"`
|
||||||
|
|
Loading…
Add table
Reference in a new issue