Skip to content

Commit 1447e29

Browse files
authored
fix: type in twofactor
1 parent 339f3cb commit 1447e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/strategies/twofactor/twofactor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/shaj13/go-guardian/auth"
99
)
1010

11-
// StrategyKey export identifier for the basic strategy,
11+
// StrategyKey export identifier for the two factor strategy,
1212
// commonly used when enable/add strategy to go-guardian authenticator.
1313
const StrategyKey = auth.StrategyKey("2FA.Strategy")
1414

0 commit comments

Comments
 (0)