summaryrefslogtreecommitdiffstats
path: root/internal/storage/auth.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/storage/auth.go')
-rw-r--r--internal/storage/auth.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/storage/auth.go b/internal/storage/auth.go
index 6eefa41..e17ffeb 100644
--- a/internal/storage/auth.go
+++ b/internal/storage/auth.go
@@ -10,7 +10,7 @@ import (
10 10
11const ( 11const (
12 ChallengeLength = 32 // bytes 12 ChallengeLength = 32 // bytes
13 ChallengeTTL = 10 * time.Minute 13 ChallengeTTL = 2 * time.Minute
14) 14)
15 15
16func generateChallenge() (string, error) { 16func generateChallenge() (string, error) {