Files
Matthieu Sieben b3ce11ae2e OAuth provider UI unification (#4820)
* refactor

* tidy

* tidy
2026-04-14 16:46:18 +02:00

18 lines
462 B
HTML

<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OAuth mock pages</title>
</head>
<body>
<a href="/account-page.html">account-page</a>
<br />
<a href="/authorization-page.html">authorization-page</a>
<br />
<a href="/error-page.html">error-page</a>
<br />
<a href="/cookie-error-page.html">cookie-error-page</a>
</body>
</html>