Commit 08f4c438 authored by Poojitha, Katakam's avatar Poojitha, Katakam

Added Instructions

parent 8f035de8
...@@ -24,6 +24,14 @@ ...@@ -24,6 +24,14 @@
padding-left: 30px; padding-left: 30px;
padding-top: 5px; padding-top: 5px;
}
.mslogo{
width: 100px;
height:80px;
/* transform: scale(0.6); */
padding-left: 30px;
padding-top: 5px;
} }
.ios{ .ios{
width:100px; width:100px;
......
...@@ -40,18 +40,21 @@ ...@@ -40,18 +40,21 @@
</div> </div>
<div class="container2"> <div class="container2">
<div class="row"> <div class="row">
<div class="col pl-5"> <div class="col-4 pl-5">
<img src="./assets/android-logo.png" class="android"> <img src="./assets/android-logo.png" class="mslogo">
<ngx-qrcode [value]="androidStore" [width]=140></ngx-qrcode> <ngx-qrcode [value]="androidStore" [width]=140></ngx-qrcode>
</div> </div>
<div class="col"> <div class="col-3">
<img src="./assets/mslogo.png" class="android">
</div>
<div class="col-5">
<img src="./assets/appstore-logo.png" class="ios"> <img src="./assets/appstore-logo.png" class="ios">
<ngx-qrcode [value]="appleStore" [width]=140></ngx-qrcode> <ngx-qrcode [value]="appleStore" [width]=140></ngx-qrcode>
</div> </div>
<div class="col"> <div class="col" style="padding-top: 15px;">
<p><b>Google Android</b>. On your Android device, go to Google Play to download and install the Authenticator app.<br></p> <li>Search for MS Authenticator in playstore/appstore, or scan the specific QR Code and install the app.</li>
<p><b>Apple iOS</b>. On your Apple iOS device, go to the App Store to download and install the Authenticator app.</p> <li>Enter your Email-Id registered with Time&Expense and click on get otp.</li>
<li>Enter the otp received in your email id and click on login.</li>
</div> </div>
</div> </div>
</div> </div>
\ No newline at end of file
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width: 25rem; width: 25rem;
height:24.8rem; height:22rem;
margin-left: 5rem; margin-left: 5rem;
margin-right: auto; margin-right: auto;
margin-top: 8rem; margin-top: 8rem;
......
...@@ -3,10 +3,11 @@ ...@@ -3,10 +3,11 @@
<div class="container2"> <div class="container2">
<b><h5 class="pt-4"> Set up the Authenticator app</h5></b> <b><h5 class="pt-4"> Set up the Authenticator app</h5></b>
<p>After you install the Authenticator app, follow the steps below to add your account:</p> <p>After you install the Authenticator app, follow the steps below to add your account:</p>
<li>Open the Authenticator app.</li><br> <li>Open the Authenticator app.</li>
<li>Select (+) in the upper right corner.</li><br> <li>Select (+) in the upper right corner.</li>
<li>Point your camera at the QR code and follow below instructions.</li> <br> <li>Select Add account, and then select Work or School account, followed by Scan a QR Code.</li>
<li>select Add account, and then select Work or school account, followed by Scan a QR Code.</li> <li>Point your camera at the QR code and your account will get added.</li>
<li>Enter the OTP that is visible on the phone screen on the box in the right and click on validate.</li>
</div> </div>
</div> </div>
<div class="col"> <div class="col">
...@@ -26,12 +27,6 @@ ...@@ -26,12 +27,6 @@
</div> </div>
<div class="row mb-3"> <div class="row mb-3">
<div class="col">
<h6>Enter your Phonenumber:</h6>
</div>
<div class="col">
<input type="text" class="text-field" placeholder="Enter Phonenumber" [(ngModel)]="phnNumber">
</div>
</div> </div>
<div class="row mb-3"> <div class="row mb-3">
<div class="col"> <div class="col">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment