Skip to content

Commit

Permalink
chore(ui): Add identifier to email_link verification step (#3722)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikos Douvlis <[email protected]>
Co-authored-by: Joe Bell <[email protected]>
  • Loading branch information
3 people authored Jul 16, 2024
1 parent dce5a2e commit 0ef6dda
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/neat-humans-reflect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
17 changes: 17 additions & 0 deletions packages/ui/src/components/sign-up/sign-up.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,23 @@ function SignUpComponentLoaded() {
applicationName,
})}
</Card.Description>
<Card.Description>
<span className='flex items-center justify-center gap-2'>
<SignUpIdentifier emailAddress />
<SignUp.Action
navigate='start'
asChild
>
<button
type='button'
className='focus-visible:ring-default size-4 rounded-sm outline-none focus-visible:ring-2'
aria-label='Start again'
>
<Icon.PencilUnderlined />
</button>
</SignUp.Action>
</span>
</Card.Description>
</Card.Header>
<Card.Body>
<Common.GlobalError>
Expand Down

0 comments on commit 0ef6dda

Please sign in to comment.