fulgens/services-src/auth/resources/templates/autoAccept.html

26 lines
863 B
HTML
Raw Normal View History

2024-09-28 19:41:34 +01:00
<html lang="en">
<head>
<title>Redirecting... - {{ .identifier }}</title>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="icon" href="/static/svg/favicon.svg">
<link rel="stylesheet" type="text/css" href="/static/css/style.css"/>
<script src="/static/js/wasm_exec.js"></script>
</head>
<body>
<span id="passThrough" style="display: none;">{{ .name }}</span>
<span id="autoAccept" style="display: none;">1</span>
<img src="/static/img/background.png" class="background" alt="">
<div class="inOutDiv">
<h2 class="w300">Authorizing application</h2>
<p id="statusBox">Please wait...</p>
</div>
<script>
loadWasm("/static/wasm/authorize.wasm")
</script>
</body>
</html>