mirror of
https://github.com/maubot/maubot
synced 2025-09-02 00:00:39 +00:00
Add SSO support to mbc auth
This commit is contained in:
parent
f2bae18c7a
commit
ca7a980081
7 changed files with 177 additions and 40 deletions
|
@ -241,7 +241,8 @@ class Client:
|
|||
"homeserver": self.homeserver,
|
||||
"access_token": self.access_token,
|
||||
"device_id": self.device_id,
|
||||
"fingerprint": self.crypto.account.fingerprint if self.crypto else None,
|
||||
"fingerprint": (self.crypto.account.fingerprint if self.crypto and self.crypto.account
|
||||
else None),
|
||||
"enabled": self.enabled,
|
||||
"started": self.started,
|
||||
"sync": self.sync,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue