allow multi-account in nc with oauth login

This commit is contained in:
the-djmaze 2024-08-06 21:41:52 +02:00 committed by Akhil
parent fa15742edb
commit 97c0f81a2e
6 changed files with 15 additions and 13 deletions

View file

@ -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()) {