mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 16:54:45 +01:00
Don't unlock Keyring for now.
We need a proper implementation for a collection before unlocking the Keyring.
This commit is contained in:
parent
90e83ce283
commit
4336f6f1e6
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ class Keyring:
|
|||
@staticmethod
|
||||
def get_default():
|
||||
if Keyring.instance is None:
|
||||
Secret.Service.unlock_sync()
|
||||
Keyring.instance = Keyring()
|
||||
return Keyring.instance
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue