summaryrefslogtreecommitdiff
path: root/internal/storage/errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/storage/errors.go')
-rw-r--r--internal/storage/errors.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/storage/errors.go b/internal/storage/errors.go
index f3098f643..412a4b5ac 100644
--- a/internal/storage/errors.go
+++ b/internal/storage/errors.go
@@ -11,8 +11,8 @@ var (
// ErrNoTOTPConfiguration error thrown when no TOTP configuration has been found in DB.
ErrNoTOTPConfiguration = errors.New("no TOTP configuration for user")
- // ErrNoWebauthnDevice error thrown when no Webauthn device handle has been found in DB.
- ErrNoWebauthnDevice = errors.New("no Webauthn device found")
+ // ErrNoWebAuthnDevice error thrown when no WebAuthn device handle has been found in DB.
+ ErrNoWebAuthnDevice = errors.New("no WebAuthn device found")
// ErrNoDuoDevice error thrown when no Duo device and method has been found in DB.
ErrNoDuoDevice = errors.New("no Duo device and method saved")