This commit is contained in:
Eric 2023-06-04 21:55:19 -07:00
parent 93901f27e7
commit 37fc6f7ec7
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98

View File

@ -343,7 +343,8 @@ def hash_strings(inputs: list[str]) -> str:
def have_account_v2_credentials() -> bool:
"""Do we have primary account-v2 credentials set?"""
assert _babase.app.plus is not None
return _babase.app.plus.accounts.have_primary_credentials()
have: bool = _babase.app.plus.accounts.have_primary_credentials()
return have
def implicit_sign_in(