mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-17 13:54:20 +08:00
Deployed 60e951e to 9.3 with MkDocs 1.2.4 and mike 1.1.2
This commit is contained in:
16
latest/cookbook/create-user-programmatically/index.html
Normal file
16
latest/cookbook/create-user-programmatically/index.html
Normal file
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting</title>
|
||||
<noscript>
|
||||
<meta http-equiv="refresh" content="1; url=../../../9.3/cookbook/create-user-programmatically/" />
|
||||
</noscript>
|
||||
<script>
|
||||
window.location.replace("../../../9.3/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>...
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user