don't use session

This commit is contained in:
2025-01-23 14:54:05 -06:00
parent 665341961d
commit 7f6c828ea5
5 changed files with 1 additions and 58 deletions

View File

@@ -48,9 +48,3 @@ type User struct {
LastLogin interface{}
CreatedAt sql.NullString
}
type UserSession struct {
ID string
UserID string
CreatedAt string
}