From 768f8b252f3c2eafa3d876dc3cc9159ebfaf61d1 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Wed, 27 Dec 2023 20:30:08 +0100 Subject: [PATCH] Close autofill window when systemauth denied --- ui/autofill.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/autofill.py b/ui/autofill.py index b83bae1..9c05f2b 100644 --- a/ui/autofill.py +++ b/ui/autofill.py @@ -21,6 +21,7 @@ class MyApp(Adw.Application): self.autofill_window.present() logins = goldwarden.get_vault_logins() if logins == None: + os._exit(0) return app.autofill_window.logins = logins