Skip to content

Commit

Permalink
Update ChangePassPage.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
LaPaNu4 committed Jan 4, 2024
1 parent 64f4356 commit 5de6374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ChangePassPage/ChangePassPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { acceptCode } from 'redux/user/opetations';
import { selectUser } from 'redux/user/selectors';

export default function ChangePassPage() {
const [success, setSuccess] = useState(true);
const [success, setSuccess] = useState(false);
const dispatch = useDispatch();
const { code } = useParams();
const user = useSelector(selectUser);
Expand Down

0 comments on commit 5de6374

Please sign in to comment.