This commit is contained in:
parent
a6bcbaf5e9
commit
7ae75caaf5
3 changed files with 29 additions and 1 deletions
|
@ -12,6 +12,7 @@ var (
|
|||
// A user may not login, for whatever reason
|
||||
ErrCantLogin = errors.New("user can't login")
|
||||
ErrDecryptionFailure = errors.New("failed to decrypt content")
|
||||
ErrTotpRecentlyUsed = errors.New("totp token was used too recently")
|
||||
)
|
||||
|
||||
type CombinedError struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue