mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-15 06:16:48 -05:00
Fix typo in password_auth_providers doc
A word got removed accidentally in 83434df381.
This commit is contained in:
parent
59e18a1333
commit
d1be293f00
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ Password auth provider classes must provide the following methods:
|
||||||
|
|
||||||
It should perform any appropriate sanity checks on the provided
|
It should perform any appropriate sanity checks on the provided
|
||||||
configuration, and return an object which is then passed into
|
configuration, and return an object which is then passed into
|
||||||
|
`__init__`.
|
||||||
|
|
||||||
This method should have the `@staticmethod` decoration.
|
This method should have the `@staticmethod` decoration.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue