Commit 64ffe8b4 by amalk

Amal 30-03-2019|13:18

parent f8e31d4e
...@@ -3775,12 +3775,14 @@ ...@@ -3775,12 +3775,14 @@
"balanced-match": { "balanced-match": {
"version": "1.0.0", "version": "1.0.0",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
}, },
"brace-expansion": { "brace-expansion": {
"version": "1.1.11", "version": "1.1.11",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"balanced-match": "^1.0.0", "balanced-match": "^1.0.0",
"concat-map": "0.0.1" "concat-map": "0.0.1"
...@@ -3795,17 +3797,20 @@ ...@@ -3795,17 +3797,20 @@
"code-point-at": { "code-point-at": {
"version": "1.1.0", "version": "1.1.0",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
}, },
"concat-map": { "concat-map": {
"version": "0.0.1", "version": "0.0.1",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
}, },
"console-control-strings": { "console-control-strings": {
"version": "1.1.0", "version": "1.1.0",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
}, },
"core-util-is": { "core-util-is": {
"version": "1.0.2", "version": "1.0.2",
...@@ -3922,7 +3927,8 @@ ...@@ -3922,7 +3927,8 @@
"inherits": { "inherits": {
"version": "2.0.3", "version": "2.0.3",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
}, },
"ini": { "ini": {
"version": "1.3.5", "version": "1.3.5",
...@@ -3934,6 +3940,7 @@ ...@@ -3934,6 +3940,7 @@
"version": "1.0.0", "version": "1.0.0",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"number-is-nan": "^1.0.0" "number-is-nan": "^1.0.0"
} }
...@@ -3948,6 +3955,7 @@ ...@@ -3948,6 +3955,7 @@
"version": "3.0.4", "version": "3.0.4",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"brace-expansion": "^1.1.7" "brace-expansion": "^1.1.7"
} }
...@@ -3955,12 +3963,14 @@ ...@@ -3955,12 +3963,14 @@
"minimist": { "minimist": {
"version": "0.0.8", "version": "0.0.8",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
}, },
"minipass": { "minipass": {
"version": "2.3.5", "version": "2.3.5",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"safe-buffer": "^5.1.2", "safe-buffer": "^5.1.2",
"yallist": "^3.0.0" "yallist": "^3.0.0"
...@@ -3979,6 +3989,7 @@ ...@@ -3979,6 +3989,7 @@
"version": "0.5.1", "version": "0.5.1",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"minimist": "0.0.8" "minimist": "0.0.8"
} }
...@@ -4059,7 +4070,8 @@ ...@@ -4059,7 +4070,8 @@
"number-is-nan": { "number-is-nan": {
"version": "1.0.1", "version": "1.0.1",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
}, },
"object-assign": { "object-assign": {
"version": "4.1.1", "version": "4.1.1",
...@@ -4071,6 +4083,7 @@ ...@@ -4071,6 +4083,7 @@
"version": "1.4.0", "version": "1.4.0",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"wrappy": "1" "wrappy": "1"
} }
...@@ -4192,6 +4205,7 @@ ...@@ -4192,6 +4205,7 @@
"version": "1.0.2", "version": "1.0.2",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"code-point-at": "^1.0.0", "code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0", "is-fullwidth-code-point": "^1.0.0",
......
...@@ -13,7 +13,13 @@ ...@@ -13,7 +13,13 @@
<div class="login_row"> <div class="login_row">
<input class="" placeholder=" {{'forgot.Email Address' | translate}}"> <input class="" placeholder=" {{'forgot.Email Address' | translate}}">
</div> </div>
<div class="login_row"> </div>
<div class="login_btn_bay">
<div class="row">
<div class="col-md-6">
<button class="cancel_btn" (click)="goToPage('start/forgot')">{{'forgot.VERIFY OTP' | translate}}</button>
</div>
<div class="col-md-6">
<button class="login_btn" (click)="goToPage('start/newpin')">{{'forgot.SEND ME THE LINK' | translate}}</button> <button class="login_btn" (click)="goToPage('start/newpin')">{{'forgot.SEND ME THE LINK' | translate}}</button>
</div> </div>
</div> </div>
...@@ -21,3 +27,4 @@ ...@@ -21,3 +27,4 @@
</div> </div>
</div> </div>
</div> </div>
</div>
\ No newline at end of file
...@@ -91,4 +91,38 @@ ...@@ -91,4 +91,38 @@
} }
} }
} }
.login_btn_bay{
width: 65%;
margin: 0 auto;
padding-top:5%;
.login_btn{
background: #cd3d3d;
color: #fff;
border-radius:10px;
height:40px;
border:none;
width: 100%;
&:hover{
outline: none;
}
&:focus{
outline:none;
}
}
.cancel_btn{
background: #1a5c7c;
color: #fff;
border-radius:10px;
height:40px;
border:none;
width: 100%;
&:hover{
outline: none;
}
&:focus{
outline:none;
}
}
}
} }
\ No newline at end of file
...@@ -34,7 +34,9 @@ ...@@ -34,7 +34,9 @@
<div class="s_validation">{{error_msg.password}} </div> <div class="s_validation">{{error_msg.password}} </div>
</div> </div>
</div> </div>
<div *ngIf="loginError" class="s_validation">{{loginMsg}}</div> <div *ngIf="loginError" class="alert alert-danger" role="alert">
{{loginMsg}}
</div>
<div class="login_row"> <div class="login_row">
<button class="login_btn" (click)="loginClick()">{{'login.Login' | translate}}</button> <button class="login_btn" (click)="loginClick()">{{'login.Login' | translate}}</button>
</div> </div>
......
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
"forgot":{ "forgot":{
"Forgot your PIN": "Forgot your PIN", "Forgot your PIN": "Forgot your PIN",
"Email Address": "Email Address", "Email Address": "Email Address",
"SEND ME THE LINK": "SEND ME THE LINK" "SEND ME THE LINK": "SEND ME THE LINK",
"VERIFY OTP":"VERIFY OTP"
}, },
"invalid":{ "invalid":{
"Access Denied": "Access Denied", "Access Denied": "Access Denied",
......
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
"forgot":{ "forgot":{
"Forgot your PIN": "Forgot your PIN", "Forgot your PIN": "Forgot your PIN",
"Email Address": "Email Address", "Email Address": "Email Address",
"SEND ME THE LINK": "SEND ME THE LINK" "SEND ME THE LINK": "SEND ME THE LINK",
"VERIFY OTP":"VERIFY OTP"
}, },
"invalid":{ "invalid":{
"Access Denied": "Access Denied", "Access Denied": "Access Denied",
......
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