Deployed 87c73e9 to dev with MkDocs 1.5.3 and mike 2.0.0

This commit is contained in:
fastapi-users-ci
2024-02-15 08:58:23 +00:00
parent c0987393f4
commit e9fbd62d51
4 changed files with 3 additions and 3 deletions

View File

@ -1610,7 +1610,7 @@
<h2 id="login">Login<a class="headerlink" href="#login" title="Permanent link">&para;</a></h2>
<p>This method will return a response with a valid <code>set-cookie</code> header upon successful login:</p>
<div class="admonition success">
<p class="admonition-title"><code>200 OK</code></p>
<p class="admonition-title"><code>204 No content</code></p>
</div>
<blockquote>
<p>Check documentation about <a href="../../../../usage/routes/#post-login">login route</a>.</p>

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -2049,7 +2049,7 @@
<p>Missing token or inactive user.</p>
</div>
<div class="admonition success">
<p class="admonition-title"><code>200 OK</code></p>
<p class="admonition-title"><code>204 No content</code></p>
<p>The logout process was successful.</p>
</div>
<h2 id="register-router">Register router<a class="headerlink" href="#register-router" title="Permanent link">&para;</a></h2>