mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 15:34:48 -04:00
Python is hard
This commit is contained in:
parent
f293d124b6
commit
762a0982aa
1 changed files with 6 additions and 5 deletions
|
@ -476,6 +476,7 @@ class AuthHandler(BaseHandler):
|
||||||
"url": "%s/_matrix/consent" % (self.hs.config.public_baseurl,),
|
"url": "%s/_matrix/consent" % (self.hs.config.public_baseurl,),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
def _auth_dict_for_flows(self, flows, session):
|
def _auth_dict_for_flows(self, flows, session):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue