Skip to content

Commit

Permalink
📝 - feat: OIDC login story [maykinmedia/open-archiefbeheer#390]
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Oct 2, 2024
1 parent 029c5df commit 8b5f2f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/contexts/config/config.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,10 @@ export const DebugMode: Story = {
},
render: BASE_RENDER,
};

export const WithOIDC: Story = {
args: {
oidcLoginUrl: "http://example.nl/oidc/authenticate/",
},
render: BASE_RENDER,
};

0 comments on commit 8b5f2f7

Please sign in to comment.