Commit 5dbdd4a 1 parent 8276e51 commit 5dbdd4a Copy full SHA for 5dbdd4a
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
const secret = $page .url .searchParams .get (' secret' );
18
18
19
19
await account .updateMagicURLSession (userId , secret );
20
- window .location = ` appwrite-callback-${projectId }://${$page .url .search } ` ;
20
+ window .location . href = ` appwrite-callback-${projectId }://${$page .url .search } ` ;
21
21
});
22
22
</script >
23
23
Original file line number Diff line number Diff line change 9
9
if (! project ) {
10
10
reject (' no-project' );
11
11
}
12
- window .location = link ;
12
+ window .location . href = link ;
13
13
});
14
14
</script >
15
15
Original file line number Diff line number Diff line change 9
9
if (! project ) {
10
10
reject (' no-project' );
11
11
}
12
- window .location = link ;
12
+ window .location . href = link ;
13
13
});
14
14
</script >
15
15
You can’t perform that action at this time.
0 commit comments