summaryrefslogtreecommitdiff
path: root/packages/client/src/scripts/please-login.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/client/src/scripts/please-login.ts')
-rw-r--r--packages/client/src/scripts/please-login.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/scripts/please-login.ts b/packages/client/src/scripts/please-login.ts
index 1f38061841..3323968f71 100644
--- a/packages/client/src/scripts/please-login.ts
+++ b/packages/client/src/scripts/please-login.ts
@@ -6,7 +6,7 @@ import { popup } from '@/os';
export function pleaseLogin(path?: string) {
if ($i) return;
- popup(defineAsyncComponent(() => import('@/components/signin-dialog.vue')), {
+ popup(defineAsyncComponent(() => import('@/components/MkSigninDialog.vue')), {
autoSet: true,
message: i18n.ts.signinRequired
}, {