web/satellite: redirecting condition for universal login page added (#3550)
This commit is contained in:
parent
91859f1ccf
commit
b79fad6591
@ -85,6 +85,10 @@ export default class Login extends Vue {
|
||||
return;
|
||||
}
|
||||
|
||||
if (window.self !== window.top) {
|
||||
top.location.href = window.self.location.origin + '/project-overview/details';
|
||||
}
|
||||
|
||||
this.activateLoadingOverlay();
|
||||
|
||||
setTimeout(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user