mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-16 05:47:09 +08:00
feat(core): try cloud link (#6660)
This commit is contained in:
@@ -77,7 +77,6 @@ export const Component = () => {
|
||||
// check is user logged in && has cloud workspace
|
||||
if (searchParams.get('initCloud') === 'true') {
|
||||
if (loggedIn) {
|
||||
searchParams.delete('initCloud');
|
||||
if (list.every(w => w.flavour !== WorkspaceFlavour.AFFINE_CLOUD)) {
|
||||
createCloudWorkspace();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user