Skip to content

Commit

Permalink
Merge pull request #2681 from dexonsmith/missing-change-for-wait-for-…
Browse files Browse the repository at this point in the history
…user

Add missing change from d60dc05
  • Loading branch information
anoek authored May 13, 2024
2 parents 613bc9e + 15c493e commit 89313ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Register/Register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export function Register(): JSX.Element {
}
</span>

<SocialLoginButtons next_url={"/reload"} />
<SocialLoginButtons next_url={"/wait-for-user"} />
</Card>

<div className="sign-in-option">
Expand Down

0 comments on commit 89313ed

Please sign in to comment.