fix: change captcha font family
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -282,7 +282,7 @@ export default function SetTransactionLimit() {
|
||||
border: "1px solid #d1d5db",
|
||||
userSelect: "none",
|
||||
textDecoration: "line-through",
|
||||
fontFamily: "cursive",
|
||||
fontFamily: "Verdana",
|
||||
}}
|
||||
>
|
||||
{captcha}
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user