+
+
+
+
+
+
+ {{ $t('authentication.otherLoginMethods') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{
/>
+
+
diff --git a/packages/effects/layouts/src/authentication/index.ts b/packages/effects/layouts/src/authentication/index.ts
index d7c1c293a..987d78cd7 100644
--- a/packages/effects/layouts/src/authentication/index.ts
+++ b/packages/effects/layouts/src/authentication/index.ts
@@ -1,2 +1,3 @@
export { default as AuthPageLayout } from './authentication.vue';
+export { default as LoginIllustration } from './icons/login-illustration.vue';
export * from './types';