fix: change captcha font family
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user