Files
oneaccount/templates/2fa.html
2024-02-22 13:40:14 -08:00

18 lines
401 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Accounts</title>
</head>
<body>
<h1>{{ currSecret }}</h1>
<h1>{{ code }}</h1>
<a href="{{ homeurl }}">
<button>Back home</button>
</a>
<a href="{{ delurl }}">
<button>Disable MFA</button>
</a>
</body>
</html>