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 3323968f71..b8fb853cc1 100644
--- a/packages/client/src/scripts/please-login.ts
+++ b/packages/client/src/scripts/please-login.ts
@@ -8,7 +8,7 @@ export function pleaseLogin(path?: string) {
popup(defineAsyncComponent(() => import('@/components/MkSigninDialog.vue')), {
autoSet: true,
- message: i18n.ts.signinRequired
+ message: i18n.ts.signinRequired,
}, {
cancelled: () => {
if (path) {