5c35a7b
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE 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>