Files
fastapi-users/latest/usage/current-user/index.html
2022-05-04 09:05:59 +01:00

16 lines
436 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=../../../9.3/usage/current-user/" />
</noscript>
<script>
window.location.replace("../../../9.3/usage/current-user/" + window.location.hash);
</script>
</head>
<body>
Redirecting to <a href="../../../9.3/usage/current-user/">../../../9.3/usage/current-user/</a>...
</body>
</html>