Fixed inability to activate e-mail when logged in
This commit is contained in:
parent
56cd1b965a
commit
73c20d3901
1 changed files with 0 additions and 5 deletions
|
@ -19,11 +19,6 @@ App.Presenters.UserActivationPresenter = function(
|
||||||
var operation;
|
var operation;
|
||||||
|
|
||||||
function init(args) {
|
function init(args) {
|
||||||
if (auth.isLoggedIn()) {
|
|
||||||
router.navigateToMainPage();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
topNavigationPresenter.select('login');
|
topNavigationPresenter.select('login');
|
||||||
reinit(args);
|
reinit(args);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue