@solidstarters/solid-core 1.2.166 → 1.2.168

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -837,7 +837,7 @@ export class ModelMetadataService {
837
837
  type: "solid",
838
838
  domain: "",
839
839
  context: "",
840
- customComponent: `/admin/address-master/${model.singularName}/all`,
840
+ customComponent: ``,
841
841
  customIsModal: true,
842
842
  serverEndpoint: "",
843
843
  viewUserKey: viewName,
@@ -186,7 +186,8 @@ export class SettingService extends CRUDService<Setting> {
186
186
  solidXGenAiCodeBuilderConfig: JSON.stringify({
187
187
  defaultProvider: "",
188
188
  availableProviders: []
189
- })
189
+ }),
190
+ iamAutoGeneratedPassword:this.iamConfiguration.iamAutoGeneratedPassword
190
191
  };
191
192
  }
192
193