mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-18 06:32:24 +08:00
16 lines
524 B
HTML
16 lines
524 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Redirecting</title>
|
|
<noscript>
|
|
<meta http-equiv="refresh" content="1; url=../../../../10.1/configuration/authentication/backend/" />
|
|
</noscript>
|
|
<script>
|
|
window.location.replace("../../../../10.1/configuration/authentication/backend/" + window.location.hash);
|
|
</script>
|
|
</head>
|
|
<body>
|
|
Redirecting to <a href="../../../../10.1/configuration/authentication/backend/">../../../../10.1/configuration/authentication/backend/</a>...
|
|
</body>
|
|
</html> |