feat: add header to invite acceptance page for user guidance
This commit is contained in:
parent
69ce93ec3e
commit
a6e4ace3b6
1 changed files with 1 additions and 0 deletions
|
|
@ -186,6 +186,7 @@ const AcceptInvitePage: NextPageWithLayout<InviteTokenProps> = ({
|
|||
</FormItem>
|
||||
)}
|
||||
/>
|
||||
<h1>La utilizzerai per accedere al tuo account</h1>
|
||||
|
||||
<Button disabled={!form.formState.isValid || isPending} type="submit">
|
||||
Procedi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue