diff --git a/framework/sdk-parent/frontend/src/components/personal/PlatformAccountConfig.vue b/framework/sdk-parent/frontend/src/components/personal/PlatformAccountConfig.vue index bad3925651..a9f415fc37 100644 --- a/framework/sdk-parent/frontend/src/components/personal/PlatformAccountConfig.vue +++ b/framework/sdk-parent/frontend/src/components/personal/PlatformAccountConfig.vue @@ -75,6 +75,9 @@ export default { } }); this.rules = getPlatformFormRules(this.config); + for (const key in this.rules) { + this.rules[key].required = false; + } }, validate() { return new Promise((resolve, reject) => {