<html> | |
<head> | |
<title>Verification Failed</title> | |
</head> | |
<body> | |
<h1>Verification Failed</h1> | |
<p>{{ error_message }}</p> | |
<p>Please <a href="/login">log in</a> to access the protected resource.</p> | |
</body> | |
</html> |
<html> | |
<head> | |
<title>Verification Failed</title> | |
</head> | |
<body> | |
<h1>Verification Failed</h1> | |
<p>{{ error_message }}</p> | |
<p>Please <a href="/login">log in</a> to access the protected resource.</p> | |
</body> | |
</html> |