diff --git a/web/app/components/base/encrypted-bottom/index.tsx b/web/app/components/base/encrypted-bottom/index.tsx
index 7bb64bb0a3..ccbbbcbc4b 100644
--- a/web/app/components/base/encrypted-bottom/index.tsx
+++ b/web/app/components/base/encrypted-bottom/index.tsx
@@ -14,7 +14,7 @@ export const EncryptedBottom = (props: Props) => {
const { frontTextKey, backTextKey, className } = props
return (
-
+
{t(frontTextKey || 'common.provider.encrypted.front')}
{
// console.log('parameterForm', parameterForm)
if (!subscriptionFormValues?.isCheckValidated || (createType !== SupportedCreationMethods.MANUAL && !autoCommonParametersFormValues?.isCheckValidated)) {
- Toast.notify({
- type: 'error',
- message: 'Please fill in all required fields',
- })
+ // Toast.notify({
+ // type: 'error',
+ // message: 'Please fill in all required fields',
+ // })
return
}