removed username

This commit is contained in:
2026-01-16 10:50:50 +08:00
parent a361140629
commit 509a502a85
6 changed files with 36 additions and 102 deletions
-1
View File
@@ -19,7 +19,6 @@ type AuthorizationResponse struct {
type Claims struct {
UserID string `json:"user_id"`
Username string `json:"username"`
EmailAddress string `json:"email_address"`
RoleID string `json:"role_id"`
jwt.RegisteredClaims