summary refs log tree commit diff
path: root/develop/modules
diff options
context:
space:
mode:
authorDMRobertson <DMRobertson@users.noreply.github.com>2021-11-01 11:36:20 +0000
committerDMRobertson <DMRobertson@users.noreply.github.com>2021-11-01 11:36:20 +0000
commit6b78680875d9e721d46e4f3d34047c6a3fbd2f33 (patch)
treed64455b2305504485a55d2fec294620c72e6398d /develop/modules
parentdeploy: e320f5dba32f5b5818b6d5a0059ae388430b9a72 (diff)
downloadsynapse-6b78680875d9e721d46e4f3d34047c6a3fbd2f33.tar.xz
deploy: ece84f2c450d986e54acc80971225fb02f4e1d05
Diffstat (limited to 'develop/modules')
-rw-r--r--develop/modules/password_auth_provider_callbacks.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/modules/password_auth_provider_callbacks.html b/develop/modules/password_auth_provider_callbacks.html
index 115ded8534..e6e55deea6 100644
--- a/develop/modules/password_auth_provider_callbacks.html
+++ b/develop/modules/password_auth_provider_callbacks.html
@@ -189,7 +189,7 @@ registered by using the Module API's <code>register_password_auth_provider_callb
 <h2 id="callbacks"><a class="header" href="#callbacks">Callbacks</a></h2>
 <h3 id="auth_checkers"><a class="header" href="#auth_checkers"><code>auth_checkers</code></a></h3>
 <p><em>First introduced in Synapse v1.46.0</em></p>
-<pre><code> auth_checkers: Dict[Tuple[str,Tuple], Callable]
+<pre><code class="language-python"> auth_checkers: Dict[Tuple[str,Tuple], Callable]
 </code></pre>
 <p>A dict mapping from tuples of a login type identifier (such as <code>m.login.password</code>) and a
 tuple of field names (such as <code>(&quot;password&quot;, &quot;secret_thing&quot;)</code>) to authentication checking