mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
allow multi-account in nc with oauth login
This commit is contained in:
parent
fa15742edb
commit
97c0f81a2e
6 changed files with 15 additions and 13 deletions
|
|
@ -314,10 +314,6 @@ export class ContactsPopupView extends AbstractViewPopup {
|
|||
}
|
||||
}
|
||||
|
||||
tryToClose() {
|
||||
(false === this.onClose()) || this.close();
|
||||
}
|
||||
|
||||
onClose() {
|
||||
const contact = this.contact();
|
||||
if (AskPopupView.hidden() && contact?.hasChanges()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue