diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-03-25 17:32:18 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-03-25 17:32:18 -0400 |
| commit | f861bec1a767eed7bfcc78f1a705b04031dcf0da (patch) | |
| tree | e18cfa9efd4824bb4e4527f1967e04f6ae06d913 /packages/frontend/src/components/MkSignin.vue | |
| parent | Revert "feat: google analytics (#15451)" (diff) | |
| download | sharkey-f861bec1a767eed7bfcc78f1a705b04031dcf0da.tar.gz sharkey-f861bec1a767eed7bfcc78f1a705b04031dcf0da.tar.bz2 sharkey-f861bec1a767eed7bfcc78f1a705b04031dcf0da.zip | |
update references from /scripts/ to /utility/
Diffstat (limited to 'packages/frontend/src/components/MkSignin.vue')
| -rw-r--r-- | packages/frontend/src/components/MkSignin.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkSignin.vue b/packages/frontend/src/components/MkSignin.vue index 3037a41657..68151fdc78 100644 --- a/packages/frontend/src/components/MkSignin.vue +++ b/packages/frontend/src/components/MkSignin.vue @@ -73,7 +73,7 @@ import type { PwResponse } from '@/components/MkSignin.password.vue'; import { misskeyApi } from '@/utility/misskey-api.js'; import { showSuspendedDialog } from '@/utility/show-suspended-dialog.js'; import { i18n } from '@/i18n.js'; -import { showSystemAccountDialog } from '@/scripts/show-system-account-dialog.js'; +import { showSystemAccountDialog } from '@/utility/show-system-account-dialog.js'; import * as os from '@/os.js'; import XInput from '@/components/MkSignin.input.vue'; |