web/satellite: redirecting condition for universal login page added (#3550)

This commit is contained in:
Vitalii Shpital 2019-11-15 18:26:16 +02:00 committed by GitHub
parent 91859f1ccf
commit b79fad6591
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(() => {