mp/Sean/views/otp.ejs
BIG2EYEZ a058b1ba70 nil
2024-01-01 17:25:15 +08:00

15 lines
395 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OTP QR Code</title>
</head>
<body>
<h1>Scan the QR Code to Enable OTP</h1>
<p>Hello <%= username %>,</p>
<img src="<%= qrCodeDataUrl %>" alt="OTP QR Code">
</body>
</html>