Skip to content

Commit

Permalink
revert auth ui to cli
Browse files Browse the repository at this point in the history
  • Loading branch information
rusq committed Jul 21, 2022
1 parent f79c790 commit c3ddfff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/browser.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

var _ Provider = BrowserAuth{}
var defaultFlow = &auth_ui.TView{}
var defaultFlow = &auth_ui.CLI{}

type BrowserAuth struct {
simpleProvider
Expand Down

0 comments on commit c3ddfff

Please sign in to comment.