We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 339f3cb commit 1447e29Copy full SHA for 1447e29
auth/strategies/twofactor/twofactor.go
@@ -8,7 +8,7 @@ import (
8
"github.com/shaj13/go-guardian/auth"
9
)
10
11
-// StrategyKey export identifier for the basic strategy,
+// StrategyKey export identifier for the two factor strategy,
12
// commonly used when enable/add strategy to go-guardian authenticator.
13
const StrategyKey = auth.StrategyKey("2FA.Strategy")
14
0 commit comments