Code change

This commit is contained in:
phoenix
2025-11-01 16:18:03 -04:00
parent eb37632b8e
commit 855be9289a
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -1,5 +1,6 @@
package model
/*
import (
"github.com/golang-jwt/jwt/v5"
)
@@ -9,6 +10,7 @@ type Claims struct {
Role string `json:"role"`
jwt.RegisteredClaims
}
*/
type Login struct {
AccessToken string `json:"access_token"`