mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-17 13:54:20 +08:00
Deployed 685984e to 10.0 with MkDocs 1.2.4 and mike 1.1.2
This commit is contained in:
@ -4,13 +4,13 @@
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting</title>
|
||||
<noscript>
|
||||
<meta http-equiv="refresh" content="1; url=../../../9.3/cookbook/create-user-programmatically/" />
|
||||
<meta http-equiv="refresh" content="1; url=../../../10.0/cookbook/create-user-programmatically/" />
|
||||
</noscript>
|
||||
<script>
|
||||
window.location.replace("../../../9.3/cookbook/create-user-programmatically/" + window.location.hash);
|
||||
window.location.replace("../../../10.0/cookbook/create-user-programmatically/" + window.location.hash);
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
Redirecting to <a href="../../../9.3/cookbook/create-user-programmatically/">../../../9.3/cookbook/create-user-programmatically/</a>...
|
||||
Redirecting to <a href="../../../10.0/cookbook/create-user-programmatically/">../../../10.0/cookbook/create-user-programmatically/</a>...
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user