Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
T
Time-Expense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Poojitha, Katakam
Time-Expense
Commits
08f4c438
Commit
08f4c438
authored
Apr 26, 2023
by
Poojitha, Katakam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Instructions
parent
8f035de8
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
24 additions
and
18 deletions
+24
-18
login.component.css
src/app/login/login.component.css
+8
-0
login.component.html
src/app/login/login.component.html
+10
-7
scanqr.component.css
src/app/scanqr/scanqr.component.css
+1
-1
scanqr.component.html
src/app/scanqr/scanqr.component.html
+5
-10
mslogo.png
src/assets/mslogo.png
+0
-0
No files found.
src/app/login/login.component.css
View file @
08f4c438
...
...
@@ -24,6 +24,14 @@
padding-left
:
30px
;
padding-top
:
5px
;
}
.mslogo
{
width
:
100px
;
height
:
80px
;
/* transform: scale(0.6); */
padding-left
:
30px
;
padding-top
:
5px
;
}
.ios
{
width
:
100px
;
...
...
src/app/login/login.component.html
View file @
08f4c438
...
...
@@ -40,18 +40,21 @@
</div>
<div
class=
"container2"
>
<div
class=
"row"
>
<div
class=
"col pl-5"
>
<img
src=
"./assets/android-logo.png"
class=
"
android
"
>
<div
class=
"col
-4
pl-5"
>
<img
src=
"./assets/android-logo.png"
class=
"
mslogo
"
>
<ngx-qrcode
[
value
]="
androidStore
"
[
width
]=
140
></ngx-qrcode>
</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"
>
<ngx-qrcode
[
value
]="
appleStore
"
[
width
]=
140
></ngx-qrcode>
</div>
<div
class=
"col"
>
<p><b>
Google Android
</b>
. On your Android device, go to Google Play to download and install the Authenticator app.
<br></p
>
<p><b>
Apple iOS
</b>
. On your Apple iOS device, go to the App Store to download and install the Authenticator app.
</p
>
<div
class=
"col"
style=
"padding-top: 15px;"
>
<li>
Search for MS Authenticator in playstore/appstore, or scan the specific QR Code and install the app.
</li
>
<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>
\ No newline at end of file
src/app/scanqr/scanqr.component.css
View file @
08f4c438
...
...
@@ -42,7 +42,7 @@
justify-content
:
center
;
align-items
:
center
;
width
:
25rem
;
height
:
2
4.8
rem
;
height
:
2
2
rem
;
margin-left
:
5rem
;
margin-right
:
auto
;
margin-top
:
8rem
;
...
...
src/app/scanqr/scanqr.component.html
View file @
08f4c438
...
...
@@ -3,10 +3,11 @@
<div
class=
"container2"
>
<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>
<li>
Open the Authenticator app.
</li><br>
<li>
Select (+) in the upper right corner.
</li><br>
<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>
Open the Authenticator app.
</li>
<li>
Select (+) in the upper right corner.
</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
class=
"col"
>
...
...
@@ -26,12 +27,6 @@
</div>
<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
class=
"row mb-3"
>
<div
class=
"col"
>
...
...
src/assets/mslogo.png
0 → 100644
View file @
08f4c438
80 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment