From 786b150ea75111b5f6102c256d5cfa42cb83d1fb Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 31 Aug 2022 00:24:33 +0900 Subject: refactor(client): align filename to component name --- packages/client/src/scripts/please-login.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/client/src/scripts/please-login.ts') 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 }, { -- cgit v1.2.3-freya