Skip to content

Commit b132c3a

Browse files
committed
fixup! fixup! change Forgot Password to Component
1 parent c523e5e commit b132c3a

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

src/app/components/Authentication/ForgotPassword.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,6 @@ const ForgotPassword = (props: LoginInterfaces.ForgotPasswordProps) => {
3232
<Row>
3333
<Col className="text-center my-3 ml-auto mr-auto">
3434
<div className="text-dark">
35-
Don't have an account?
36-
<a
37-
href={Routes.REGISTER}
38-
className={classnames(styles['create-one-button'])}
39-
onClick={() => {
40-
props.updateErrorMessage('');
41-
props.handleSelectPanel(AuthType.REGISTER);
42-
}}
43-
>
44-
Create one
45-
</a>
4635
<Row>
4736
<div className={classnames('col-sm-10', styles.form)}>
4837
<form

src/app/components/Authentication/Login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export class Login extends React.Component<LoginInterfaces.Props, LoginInterface
164164
</div>
165165
</div>
166166
<div className="form-row">
167-
<div className="col mb-1">
167+
<div className="col">
168168
<div className={classnames(styles['login-label'])}> Password </div>
169169
<div className="input-group">
170170
<input

0 commit comments

Comments
 (0)