mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 13:46:02 -04:00
Formatting changes
This commit is contained in:
parent
c33f5c1a24
commit
22112f8d14
2 changed files with 14 additions and 6 deletions
|
@ -298,7 +298,8 @@ class AuthHandler(BaseHandler):
|
|||
@defer.inlineCallbacks
|
||||
def login_with_cas_user_id(self, user_id):
|
||||
"""
|
||||
Authenticates the user with the given user ID, intended to have been captured from a CAS response
|
||||
Authenticates the user with the given user ID,
|
||||
intended to have been captured from a CAS response
|
||||
|
||||
Args:
|
||||
user_id (str): User ID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue