set password reset URL
This commit is contained in:
parent
e3607df6bf
commit
6ea050fe0b
|
@ -6,6 +6,7 @@ import { Dialog } from 'primereact/dialog';
|
|||
|
||||
const baseUrl = 'http://localhost:4000/user/loginUser';
|
||||
const cookies = new Cookies();
|
||||
const passwordResetUrl = 'http://localhost:4000/user/resetUserPassword';
|
||||
|
||||
class LogInUser extends Component {
|
||||
constructor(props) {
|
||||
|
|
Loading…
Reference in New Issue