Skip to content
Snippets Groups Projects
Commit 97a9f08e authored by Muthukrishnanmatriot's avatar Muthukrishnanmatriot
Browse files

TMSS-1132 - resolved issues on login page

parent c6090566
No related branches found
No related tags found
1 merge request!757Resolve TMSS-1132
......@@ -157,17 +157,16 @@ export class Login extends Component {
disabled={Object.keys(this.state.validFields).length<2}
onClick={this.login}>Login</button>
</div>
<div className="col-md-6 login-form-link">
<a href="#" onClick={this.requestAccess}>Request access</a>
<a href={this.REQUEST_ACCESS_URL} >Request access</a>
</div>
<div className="col-md-6 forget-paswd login-form-link">
<a href="#" onClick={this.forgetPassword}>Forgot Password?</a>
<a href={this.FORGET_PASSWORD_URL} >Forgot Password?</a>
</div>
</div>
{this.state.error &&
<div className="row error">
Unable to login, please try with different Username and/or Password.
Unable to login. Please try with a different username and/or password.
</div>
}
</div>
......
......@@ -72,9 +72,9 @@
background-color: #922c88 !important;
border-color: #922c88 !important;
}
.login-form .error {
/*.login-form .error {
text-transform: capitalize;
}
}*/
.login-form .form-field {
padding-top: 20px;
padding-bottom: 0px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment