We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159056a commit 5978f25Copy full SHA for 5978f25
src/classes/site.ts
@@ -1820,7 +1820,7 @@ export class CoreSite {
1820
1821
this.lastAutoLogin = this.timeUtils.timestamp();
1822
1823
- return data.autologinurl + '?userid=' + userId + '&key=' + data.key + '&urltogo=' + url;
+ return data.autologinurl + '?userid=' + userId + '&key=' + data.key + '&urltogo=' + encodeURIComponent(url);
1824
}).catch(() => {
1825
1826
// Couldn't get autologin key, return the same URL.
0 commit comments