Add name field to user auth entries
This commit is contained in:
parent
1e59c661c7
commit
4c8ebaeab8
2 changed files with 6 additions and 1 deletions
|
@ -13,4 +13,5 @@ type UserAuthMethod struct {
|
|||
UserId string
|
||||
AuthMethod AuthenticationMethodType `gorm:"type:auth_method_type"`
|
||||
Token []byte
|
||||
Name string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue