parent
a73943f7ed
commit
c0458bb563
@ -612,8 +612,13 @@ angular.module('myApp.controllers', ['myApp.i18n'])
|
|||||||
}, function (error) {
|
}, function (error) {
|
||||||
if (error.code == 401) {
|
if (error.code == 401) {
|
||||||
MtpApiManager.logOut()['finally'](function () {
|
MtpApiManager.logOut()['finally'](function () {
|
||||||
location.hash = '/login';
|
if (location.protocol == 'http:' &&
|
||||||
AppRuntimeManager.reload();
|
Config.App.domains.indexOf(location.hostname) != -1) {
|
||||||
|
location = 'https://web.telegram.org/#/login';
|
||||||
|
} else {
|
||||||
|
location.hash = '/login';
|
||||||
|
AppRuntimeManager.reload();
|
||||||
|
}
|
||||||
});
|
});
|
||||||
error.handled = true;
|
error.handled = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user