chore: email invite accept validation (#2965)
* fix: empty state flickering on accepting only invitation * fix: redirection from workspace-invitaion to onboarding * chore: onboarding step 1 skip on accepting invite from email * fix: dashboard redirection path
This commit is contained in:
parent
de9c1a60e0
commit
dbc8150852
3 changed files with 19 additions and 2 deletions
|
|
@ -213,7 +213,7 @@ const UserInvitationsPage: NextPageWithLayout = observer(() => {
|
|||
image={emptyInvitation}
|
||||
primaryButton={{
|
||||
text: "Back to dashboard",
|
||||
onClick: () => router.push(`/${redirectWorkspaceSlug}`),
|
||||
onClick: () => router.push("/"),
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue