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

@@ -152,7 +152,7 @@ export default function ChangePassword() {
});
return;
}
setOtpValidated(true);
setStep("final");
notifications.show({
@@ -175,7 +175,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({
@@ -291,7 +291,7 @@ export default function ChangePassword() {
border: "1px solid #d1d5db",
userSelect: "none",
textDecoration: "line-through",
fontFamily: "cursive",
fontFamily: "Verdana",
}}
>
{captcha}

View File

@@ -183,7 +183,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({
@@ -298,7 +298,7 @@ export default function ChangePassword() {
border: "1px solid #d1d5db",
userSelect: "none",
textDecoration: "line-through",
fontFamily: "cursive",
fontFamily: "Verdana",
}}
>
{captcha}

View File

@@ -282,7 +282,7 @@ export default function SetTransactionLimit() {
border: "1px solid #d1d5db",
userSelect: "none",
textDecoration: "line-through",
fontFamily: "cursive",
fontFamily: "Verdana",
}}
>
{captcha}

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}

View File

@@ -63,7 +63,7 @@ export default function SetPreferredNameSimple() {
method: "GET",
headers: {
"Content-Type": "application/json",
"X-Login-Type": "IB",
"X-Login-Type": "IB",
Authorization: `Bearer ${token}`,
},
});
@@ -168,7 +168,7 @@ export default function SetPreferredNameSimple() {
method: "POST",
headers: {
"Content-Type": "application/json",
"X-Login-Type": "IB",
"X-Login-Type": "IB",
Authorization: `Bearer ${token}`,
},
body: JSON.stringify({ user_name: preferredName }),
@@ -215,8 +215,8 @@ export default function SetPreferredNameSimple() {
});
return;
}
if(preferredName !== confirmName){
notifications.show({
if (preferredName !== confirmName) {
notifications.show({
title: "Mismatch Input",
message: "Preferred name and Confirm preferred name not same.",
color: "red",
@@ -330,7 +330,7 @@ export default function SetPreferredNameSimple() {
border: "1px solid #d1d5db",
userSelect: "none",
textDecoration: "line-through",
fontFamily: "cursive",
fontFamily: "Verdana",
}}
>
{captcha}