mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-16 10:12:58 +03:00
feat: add option to skip TLS certificate check and ability to send test email
This commit is contained in:
@@ -59,6 +59,8 @@ func (u User) WebAuthnCredentialDescriptors() (descriptors []protocol.Credential
|
||||
return descriptors
|
||||
}
|
||||
|
||||
func (u User) FullName() string { return u.FirstName + " " + u.LastName }
|
||||
|
||||
type OneTimeAccessToken struct {
|
||||
Base
|
||||
Token string
|
||||
|
||||
Reference in New Issue
Block a user