diff --git a/web-ui/web-react/src/components/LogInUser.js b/web-ui/web-react/src/components/LogInUser.js
index 32d44b58..3871547b 100644
--- a/web-ui/web-react/src/components/LogInUser.js
+++ b/web-ui/web-react/src/components/LogInUser.js
@@ -2,6 +2,7 @@ import React, { Component, Fragment, useRef } from 'react';
import Cookies from 'universal-cookie';
import { InputText } from 'primereact/inputtext';
import { Button } from 'primereact/button';
+import { Dialog } from 'primereact/dialog';
import { Toast } from 'primereact/toast';
const baseUrl = 'http://localhost:4000/user/loginUser';
@@ -122,6 +123,27 @@ class LogInUser extends Component {
}
};
+ resetPassword = () => {
+ this.props.showPwdResetDialog = true;
+ }
+
+ pwdResetDialogFooter = (
+ <>
+
+