Skip to content

Commit

Permalink
fix: order regression
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Mar 11, 2022
1 parent fe78587 commit 2cb5d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfservice/flow/login/sort.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ var ctx = context.Background()
func sortNodes(n node.Nodes) error {
return n.SortBySchema(ctx,
node.SortByGroups([]node.Group{
node.OpenIDConnectGroup,
node.DefaultGroup,
node.WebAuthnGroup,
node.OpenIDConnectGroup,
node.PasswordGroup,
node.TOTPGroup,
node.LookupGroup,
Expand Down

0 comments on commit 2cb5d2b

Please sign in to comment.