This commit is contained in:
BIG2EYEZ
2024-01-01 17:25:15 +08:00
parent 7cc372497b
commit a058b1ba70
4 changed files with 687 additions and 1404 deletions

14
Sean/views/otp.ejs Normal file
View File

@ -0,0 +1,14 @@
<!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>