@autenticar-me/vue 0.11.0 → 0.12.0

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.
package/dist/index.js CHANGED
@@ -2410,7 +2410,8 @@ const fetchConfigurations = async (client, configurations) => {
2410
2410
  configurations.value = {
2411
2411
  project: {
2412
2412
  name: response.project.name,
2413
- domain: response.project.domain
2413
+ domain: response.project.domain,
2414
+ logo: response.project.logo
2414
2415
  },
2415
2416
  design: {
2416
2417
  primaryColor: response.design.primary_color,