Skip to content

Commit

Permalink
Remove auth from config link button
Browse files Browse the repository at this point in the history
  • Loading branch information
danim1130 committed Feb 14, 2024
1 parent ed8a54a commit 4c6a8be
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/routes/EditorLayout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,6 @@
}
async function createCloudConfigLink(config: Config) {
const userData = get(userAccountService)?.account;
if (!userData) {
loginToProfileCloud();
return;
}
const configLinkUrl = "grid-editor://?config-link=" + config.id;
await parentIframeCommunication({
Expand Down

0 comments on commit 4c6a8be

Please sign in to comment.