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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/storage/errors.go b/internal/storage/errors.go
index 1f8d4f9a7..30384e21a 100644
--- a/internal/storage/errors.go
+++ b/internal/storage/errors.go
@@ -6,6 +6,6 @@ var (
// ErrNoU2FDeviceHandle error thrown when no U2F device handle has been found in DB.
ErrNoU2FDeviceHandle = errors.New("No U2F device handle found")
- // ErrNoTOTPSecret error thrown when no TOTP secret has been found in DB
+ // ErrNoTOTPSecret error thrown when no TOTP secret has been found in DB.
ErrNoTOTPSecret = errors.New("No TOTP secret registered")
)