hotfix
This commit is contained in:
parent
9fc0c9bc4c
commit
7d2808d22e
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import { generateAndStoreCSRFToken } from '../utils/csrfUtils';
|
|||
|
||||
function PasswordResetRequest() {
|
||||
const navigate = useNavigate();
|
||||
const { requestReset, isLoading, success } = usePasswordResetRequest();
|
||||
const { requestReset, isLoading } = usePasswordResetRequest();
|
||||
const [username, setUsername] = useState('');
|
||||
const [usernameFocused, setUsernameFocused] = useState(false);
|
||||
const [validationError, setValidationError] = useState<string | null>(null);
|
||||
|
|
|
|||
Loading…
Reference in a new issue