Skip to content

Commit

Permalink
https://github.com/keycloakify/keycloakify/pull/396
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Aug 24, 2023
1 parent 4620114 commit 74cf715
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/keycloak-theme/account/pages/Password.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ export default {
component: PageStory,
} as ComponentMeta<typeof PageStory>;

export const Default: ComponentStory<typeof PageStory> = () => <PageStory />;
export const Default: ComponentStory<typeof PageStory> = () => <PageStory
kcContext={{
message: { type: "success", summary: "This is a test message" }
}}
/>;

0 comments on commit 74cf715

Please sign in to comment.