mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-12 13:51:18 +00:00
fix: restrict email one time sign in token to same browser (#1144)
This commit is contained in:
@@ -87,8 +87,9 @@ func (u User) Initials() string {
|
||||
|
||||
type OneTimeAccessToken struct {
|
||||
Base
|
||||
Token string
|
||||
ExpiresAt datatype.DateTime
|
||||
Token string
|
||||
DeviceToken *string
|
||||
ExpiresAt datatype.DateTime
|
||||
|
||||
UserID string
|
||||
User User
|
||||
|
||||
Reference in New Issue
Block a user