✨ Reset password APIs
This commit is contained in:
@ -7,6 +7,7 @@ type MagicTokenType = int8
|
||||
const (
|
||||
ConfirmMagicToken = MagicTokenType(iota)
|
||||
RegistrationMagicToken
|
||||
ResetPasswordMagicToken
|
||||
)
|
||||
|
||||
type MagicToken struct {
|
||||
|
Reference in New Issue
Block a user