Skip to content

Commit

Permalink
fix: type in twofactor
Browse files Browse the repository at this point in the history
  • Loading branch information
shaj13 authored Aug 28, 2020
1 parent 339f3cb commit 1447e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/strategies/twofactor/twofactor.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/shaj13/go-guardian/auth"
)

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

Expand Down

0 comments on commit 1447e29

Please sign in to comment.