update refresh

This commit is contained in:
2026-07-06 12:58:27 +07:00
parent e4007eb15a
commit 57687d1d62
15 changed files with 483 additions and 66 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ type User struct {
Username string
Email string
PasswordHash string
Role string
Roles []string
IsActive bool
}