Skip to content

Commit

Permalink
feat(signin): add story to show sgID login
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui committed Jul 10, 2023
1 parent 1dd4868 commit b69a408
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/stories/Page/SignInPage.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ type Story = StoryObj<typeof SignInPage>

export const Default: Story = {}

export const WithSgidLogin: Story = {
parameters: {
features: {
sgid: true,
},
},
}

export const Mobile: Story = {
parameters: getMobileViewParameters(),
}
Expand Down

0 comments on commit b69a408

Please sign in to comment.