mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
increase timeout when usubscribing from email
This commit is contained in:
parent
cdc8ff6000
commit
1b53aeaee8
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ habitrpg.controller('SettingsCtrl',
|
|||
Notification.text(env.t('correctlyUnsubscribedEmailType', {emailType: emailTypeString}));
|
||||
$location.search({});
|
||||
}
|
||||
}, 500);
|
||||
}, 1000);
|
||||
|
||||
$scope.hideHeader = function(){
|
||||
User.set({"preferences.hideHeader":!User.user.preferences.hideHeader})
|
||||
|
|
|
|||
Loading…
Reference in a new issue