mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 00:34:40 +01:00
app: Remove debug line causing keyring errors
This commit is contained in:
parent
ae41fd40eb
commit
3a811a58ad
1 changed files with 0 additions and 1 deletions
|
@ -286,7 +286,6 @@ impl Application {
|
|||
}
|
||||
}
|
||||
});
|
||||
let is_keyring_open = false;
|
||||
|
||||
let has_set_password = if is_keyring_open {
|
||||
spawn_tokio_blocking(async { keyring::has_set_password().await.unwrap_or(false) })
|
||||
|
|
Loading…
Add table
Reference in a new issue