refactor(frontend): signinRequired -> ensureSignin
This commit is contained in:
parent
22b0ace8b4
commit
a773f2976d
26 changed files with 51 additions and 51 deletions
|
|
@ -44,9 +44,9 @@ import MkInput from '@/components/MkInput.vue';
|
|||
import MkButton from '@/components/MkButton.vue';
|
||||
import MkModalWindow from '@/components/MkModalWindow.vue';
|
||||
import { i18n } from '@/i18n.js';
|
||||
import { signinRequired } from '@/i.js';
|
||||
import { ensureSignin } from '@/i.js';
|
||||
|
||||
const $i = signinRequired();
|
||||
const $i = ensureSignin();
|
||||
|
||||
const emit = defineEmits<{
|
||||
(ev: 'done', v: { password: string; token: string | null; }): void;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue