Address some issues from the core conformance suite (#4)

Also address Clippy warnings
This commit is contained in:
Simon Bihel
2021-12-20 16:29:43 +00:00
committed by GitHub
parent 0287a60296
commit c37577f218
9 changed files with 1117 additions and 5035 deletions

20
static/error.html Normal file
View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>SIWE Open ID Connect</title>
<link rel="icon" type="image/png" href="/favicon.png" />
<link
href="https://api.fontshare.com/css?f[]=satoshi@300,301,400,401,500,501,700,701,900,901,1,2&display=swap"
rel="stylesheet"
/>
</head>
<body>
<h1>Invalid request</h1>
</body>
</html>