We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 863e108 commit 8ea8f8fCopy full SHA for 8ea8f8f
js/src/forum/index.tsx
@@ -40,7 +40,7 @@ app.initializers.add('maicol07-sso', () => {
40
if (!setting('provider_mode')) {
41
override(LogInModal.prototype, 'oncreate', () => {
42
const items = getItems();
43
- window.location.href = items.login.url;
+ window.top.location.href = items.login.url;
44
throw new Error('Stop execution');
45
});
46
0 commit comments