1
0

refactor(frontend): signinRequired -> ensureSignin

This commit is contained in:
syuilo
2025-03-16 19:04:14 +09:00
parent 22b0ace8b4
commit a773f2976d
26 changed files with 51 additions and 51 deletions
@@ -51,9 +51,9 @@ import MkModalWindow from '@/components/MkModalWindow.vue';
import MkSwitch from '@/components/MkSwitch.vue';
import { i18n } from '@/i18n.js';
import MkRange from '@/components/MkRange.vue';
import { signinRequired } from '@/i.js';
import { ensureSignin } from '@/i.js';
const $i = signinRequired();
const $i = ensureSignin();
const props = defineProps<{
usingIndex: number | null;