fix: change captcha font family

This commit is contained in:
2025-11-05 11:15:37 +05:30
parent 8801d56d3d
commit 960b052d55
12 changed files with 34 additions and 34 deletions

View File

@@ -190,7 +190,7 @@ export default function ChangePassword() {
method: "POST",
headers: {
"Content-Type": "application/json",
"X-Login-Type": "IB",
"X-Login-Type": "IB",
Authorization: `Bearer ${token}`,
},
body: JSON.stringify({
@@ -296,7 +296,7 @@ export default function ChangePassword() {
border: "1px solid #d1d5db",
userSelect: "none",
textDecoration: "line-through",
fontFamily: "cursive",
fontFamily: "Verdana",
}}
>
{captcha}