Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Feb 9, 2024
1 parent 70c895d commit e05a2f6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions keycloak/keycloakify/src/login/pages/Register.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ export default {

export const Default: ComponentStory<typeof PageStory> = () => <PageStory />;

export const WithoutEmailField: ComponentStory<typeof PageStory> = () => (
<PageStory
kcContext={{
register: { email: false }
}}
/>
);

export const WithoutPasswordField: ComponentStory<typeof PageStory> = () => (
<PageStory
Expand Down

0 comments on commit e05a2f6

Please sign in to comment.