implement and test forget and reset nkode
This commit is contained in:
@@ -48,3 +48,9 @@ type User struct {
|
||||
LastLogin interface{}
|
||||
CreatedAt sql.NullString
|
||||
}
|
||||
|
||||
type UserPermission struct {
|
||||
ID int64
|
||||
UserID string
|
||||
Permission string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user