Login:Components:PasswordChangeForm: remove console.log

This commit is contained in:
Darya Umrikhina 2024-08-05 12:12:11 +04:00
parent c4b8a8de28
commit 2228dc5025

View File

@ -109,8 +109,6 @@ const PasswordChangeForm = ({
if (typeof res === "string") window.location.replace(res);
else window.location.replace("/");
} catch (error) {
console.log("error", error);
const knownError = error as TError;
let errorMessage: string;