nil
This commit is contained in:
14
Sean/views/otp.ejs
Normal file
14
Sean/views/otp.ejs
Normal 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>
|
Reference in New Issue
Block a user