mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Fix broken forgot-password link (#268)
This commit is contained in:
parent
1f43ffec0a
commit
f4f4187dd7
1 changed files with 3 additions and 1 deletions
|
|
@ -69,7 +69,9 @@ class LoginPage extends React.Component {
|
|||
<label className="form-label">
|
||||
Password
|
||||
<span className="form-label-description">
|
||||
<a tabIndex="-1" href="/forgot-password">Forgot password</a>
|
||||
<Link to={'/forgot-password'} tabIndex="-1">
|
||||
Forgot password
|
||||
</Link>
|
||||
</span>
|
||||
</label>
|
||||
<div className="input-group input-group-flat">
|
||||
|
|
|
|||
Loading…
Reference in a new issue