Skip to content

Commit

Permalink
fix key issue in test
Browse files Browse the repository at this point in the history
  • Loading branch information
maffkipp committed Nov 27, 2024
1 parent d3fff5f commit d27fdef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const samlProvider: SSOProvider = {
};

const oidcProvider: SSOProvider = {
id: 1,
id: 2,
slug: 'gotham-oidc',
name: 'Gotham OIDC',
type: 'OIDC',
Expand Down

0 comments on commit d27fdef

Please sign in to comment.