2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-05 21:20:51 +00:00
This commit is contained in:
quadrismegistus 2020-09-13 13:31:33 +01:00
parent 02e5b9f59b
commit 5b59aed17d

View File

@ -168,8 +168,8 @@ class Komrade(Caller):
@property
def secret_login(self):
return self.crypt_keys.get(
self.pubkey.data_b64_s,
prefix='/secret/'
self.pubkey.data_b64,
prefix='/secret_login/'
)
def login(self,passphrase=None):