add jwt to login route

This commit is contained in:
2026-07-04 13:09:39 +07:00
parent 4e5d5bd09e
commit 19dfc4e911
5 changed files with 36 additions and 14 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package repos
type User struct {
ID string
ID int
Username string
Email string
PasswordHash string