Remember last login
This commit is contained in:
@ -50,10 +50,11 @@ type Transaction struct {
|
||||
}
|
||||
|
||||
type User struct {
|
||||
ID uuid.UUID
|
||||
Email string
|
||||
Name string
|
||||
Password string
|
||||
ID uuid.UUID
|
||||
Email string
|
||||
Name string
|
||||
Password string
|
||||
LastLogin sql.NullTime
|
||||
}
|
||||
|
||||
type UserBudget struct {
|
||||
|
Reference in New Issue
Block a user