Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Burak Serdar committed Nov 14, 2018
1 parent 19facc5 commit e647964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/oidc/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var oidcConnectWizard = []proto.SetupStep{
oidcCfg.Cfg.CallbackURL = in
return nil
}, GetDefault: func(remoteCfg interface{}) string { return remoteCfg.(*Config).CallbackURL }},
{Prompt: "OIDC flow (auth - authorization code flow, pwd - password grant flow, leave empty to use server profile default:",
{Prompt: "OIDC flow (auth - authorization code flow, pwd - password grant flow, leave empty to use server profile default):",
Parse: func(in string) error {
if in == "pwd" || in == "auth" || in == "" {
oidcCfg.flow = in
Expand Down

0 comments on commit e647964

Please sign in to comment.