mirror of
https://github.com/secureworks/squarephish
synced 2026-06-08 17:22:29 +00:00
19 lines
619 B
HTML
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>
|