Files
secureworks-squarephish/pretexts/mfa/devicecode_email.html
T
Nevada Romsdahl 047aeae145 initial commit
2022-08-03 12:57:03 -05:00

19 lines
619 B
HTML

<!DOCTYPE html>
<html>
<body>
<div style="background-color:#eee;padding:10px 20px;">
<h2 style="font-family:Georgia, 'Times New Roman', Times, serif; color: #454349;">MFA Device Code</h2>
</div>
<div style="padding:20px 0px">
<div style="height: 500px;width:400px">
<p> Your MFA device code is: <b>%s</b></p>
<p> Enter the code at <a href="https://login.microsoftonline.com/common/oauth2/deviceauth">
https://login.microsoftonline.com/common/oauth2/deviceauth</a> to complete your login.</p>
</div>
</div>
</div>
</body>
</html>