mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-17 22:18:19 +08:00
16 lines
512 B
HTML
16 lines
512 B
HTML
<!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> |