mirror of
https://github.com/quexten/goldwarden.git
synced 2024-12-18 08:02:10 +03:00
Close autofill window when systemauth denied
This commit is contained in:
parent
3216f2dbd9
commit
768f8b252f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user