Skip to content

Commit

Permalink
change otp message
Browse files Browse the repository at this point in the history
  • Loading branch information
ifedapoolarewaju committed Oct 31, 2019
1 parent 9c0b13f commit e9c3bfc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
4 changes: 2 additions & 2 deletions browser/checkpoint.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<body>
<div class="container cardBox pb-5 pt-3 pt-sm-5">
<form class="pageCard mx-auto p-4 p-sm-5">
<div class="clearfix welcomeBox"><span class="d-block text-center">Please enter the verification code sent to your e-mail address</span></div>
<div class="clearfix welcomeBox"><span class="d-block text-center">Please enter the verification code sent to your e-mail address or phone no.</span></div>
<div class="input-group loginInputs mt-4">
<input class="form-control code" type="text" name="code" required="true" placeholder="Code">
</div>
<button class="loginButton mt-3 btn btn-primary" type="submit">Submit Code</button><span class="d-block errorMessage text-center mt-3" id="error"></span>
</form>
</div>
<script type="text/javascript" src="js/checkpoint.js"></script>
<script type="text/javascript" src="js/otp.js"></script>
</body>
</html>
23 changes: 23 additions & 0 deletions browser/twofactor.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>IG:dm - Instagram Desktop Messenger</title>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link rel="stylesheet" type="text/css" href="../node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/login.css">
</head>
<body>
<div class="container cardBox pb-5 pt-3 pt-sm-5">
<form class="pageCard mx-auto p-4 p-sm-5">
<div class="clearfix welcomeBox"><span class="d-block text-center">Please enter the verification code sent to your phone no.</span></div>
<div class="input-group loginInputs mt-4">
<input class="form-control code" type="text" name="code" required="true" placeholder="Code">
</div>
<button class="loginButton mt-3 btn btn-primary" type="submit">Submit Code</button><span class="d-block errorMessage text-center mt-3" id="error"></span>
</form>
</div>
<script type="text/javascript" src="js/otp.js"></script>
</body>
</html>

0 comments on commit e9c3bfc

Please sign in to comment.