mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed inability to activate e-mail when logged in
This commit is contained in:
@ -19,11 +19,6 @@ App.Presenters.UserActivationPresenter = function(
|
||||
var operation;
|
||||
|
||||
function init(args) {
|
||||
if (auth.isLoggedIn()) {
|
||||
router.navigateToMainPage();
|
||||
return;
|
||||
}
|
||||
|
||||
topNavigationPresenter.select('login');
|
||||
reinit(args);
|
||||
}
|
||||
|
Reference in New Issue
Block a user