validation input message for verification code
This commit is contained in:
@@ -32,7 +32,7 @@ const SendTokenComponent = ({
|
||||
};
|
||||
const validationSchema = Yup.object().shape({
|
||||
verification_code: Yup.string().required(
|
||||
t("LoginPage.error_message_required")
|
||||
t("LoginPage.error_message_verification_code")
|
||||
),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user