diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-12-01 10:34:52 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-12-01 10:34:52 +0000 |
commit | d1be293f0002555016a2edd630272dbe09355347 (patch) | |
tree | 79c4099407cfe426370ca797ed84adfb5b8cdac5 /docs | |
parent | Simplify appservice login code (#8847) (diff) | |
download | synapse-d1be293f0002555016a2edd630272dbe09355347.tar.xz |
Fix typo in password_auth_providers doc
A word got removed accidentally in 83434df3812650f53c60e91fb23c2079db0fb5b8.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/password_auth_providers.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/password_auth_providers.md b/docs/password_auth_providers.md index 7d98d9f255..d2cdb9b2f4 100644 --- a/docs/password_auth_providers.md +++ b/docs/password_auth_providers.md @@ -26,6 +26,7 @@ Password auth provider classes must provide the following methods: It should perform any appropriate sanity checks on the provided configuration, and return an object which is then passed into + `__init__`. This method should have the `@staticmethod` decoration. |