summaryrefslogtreecommitdiff
path: root/internal/authentication/const.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/authentication/const.go')
-rw-r--r--internal/authentication/const.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/authentication/const.go b/internal/authentication/const.go
index 8ee6568ad..61a5d246a 100644
--- a/internal/authentication/const.go
+++ b/internal/authentication/const.go
@@ -11,9 +11,9 @@ const (
// NotAuthenticated if the user is not authenticated yet.
NotAuthenticated Level = iota
// OneFactor if the user has passed first factor only.
- OneFactor Level = iota
+ OneFactor
// TwoFactor if the user has passed two factors.
- TwoFactor Level = iota
+ TwoFactor
)
const (