Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Print factor has been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitlynmesa committed Nov 28, 2018
1 parent 4b06ec6 commit a00d542
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ func getConfiguredMFAFactor(factors []okta.AuthResponseFactor) (okta.AuthRespons

if viper.GetString("okta.mfa_type") != "" || viper.GetString("okta.mfa_provider") != "" {
for _, factor := range factors {
print(factor.FactorType)
if factor.FactorType == viper.GetString("okta.mfa_type") {
typeAcceptable = true

Expand Down

0 comments on commit a00d542

Please sign in to comment.