mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +03:00
Fix eslint version
This commit is contained in:
parent
8e8a041032
commit
8a6765faeb
15 changed files with 342 additions and 398 deletions
|
|
@ -187,7 +187,9 @@ class AbstractApp extends AbstractBoot
|
|||
}
|
||||
|
||||
redirectToAdminPanel() {
|
||||
_.delay(() => window.location.href = Links.rootAdmin(), 100);
|
||||
_.delay(() => {
|
||||
window.location.href = Links.rootAdmin();
|
||||
}, 100);
|
||||
}
|
||||
|
||||
clearClientSideToken() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue