mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 06:58:27 +03:00
mailToHelper() use URLSearchParams
This commit is contained in:
parent
4b8e77be5c
commit
ffcd9990eb
2 changed files with 28 additions and 49 deletions
|
|
@ -348,10 +348,7 @@ class AppUser extends AbstractApp {
|
|||
);
|
||||
} catch (e) {} // eslint-disable-line no-empty
|
||||
}
|
||||
setTimeout(() => {
|
||||
value = SettingsGet('MailToEmail');
|
||||
value && mailToHelper(value);
|
||||
}, 500);
|
||||
setTimeout(() => mailToHelper(SettingsGet('MailToEmail')), 500);
|
||||
} else {
|
||||
this.logout();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue