mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
Automated deployment: Wed Mar 16 07:45:28 UTC 2022 ff7c3957e7
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
<meta content="width=device-width,initial-scale=1" name="viewport"/>
|
||||
<meta content="Ready-to-use and customizable users management for FastAPI" name="description"/>
|
||||
<link href="../../favicon.png" rel="icon"/>
|
||||
<meta content="mkdocs-1.2.3, mkdocs-material-8.2.1" name="generator"/>
|
||||
<meta content="mkdocs-1.2.3, mkdocs-material-8.2.5" name="generator"/>
|
||||
<title>Create a user programmatically - FastAPI Users</title>
|
||||
<link href="../../assets/stylesheets/main.e8d9bf0c.min.css" rel="stylesheet"/>
|
||||
<link href="../../assets/stylesheets/main.2d9f7617.min.css" rel="stylesheet"/>
|
||||
<link href="../../assets/stylesheets/palette.e6a45f82.min.css" rel="stylesheet"/>
|
||||
<link crossorigin="" href="https://fonts.gstatic.com" rel="preconnect"/>
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700%7CRoboto+Mono&display=fallback" rel="stylesheet"/>
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&display=fallback" rel="stylesheet"/>
|
||||
<style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
|
||||
<script>__md_scope=new URL("../..",location),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
|
||||
</head>
|
||||
@@ -634,7 +634,7 @@
|
||||
<div class="md-dialog__inner md-typeset"></div>
|
||||
</div>
|
||||
<script id="__config" type="application/json">{"base": "../..", "features": [], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../assets/javascripts/workers/search.bd0b6b67.min.js"}</script>
|
||||
<script src="../../assets/javascripts/bundle.8aa65030.min.js"></script>
|
||||
<script src="../../assets/javascripts/bundle.467223ff.min.js"></script>
|
||||
<script src="https://unpkg.com/mermaid/dist/mermaid.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user