mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
@@ -126,6 +126,8 @@ export const OnboardingPage = ({
|
||||
return null;
|
||||
}
|
||||
|
||||
// deprecated
|
||||
// TODO(@forehalo): remove
|
||||
if (callbackUrl?.startsWith('/open-app/signin-redirect')) {
|
||||
const url = new URL(callbackUrl, window.location.origin);
|
||||
url.searchParams.set('next', 'onboarding');
|
||||
|
||||
Reference in New Issue
Block a user