refactor(frontend): signinRequired -> ensureSignin
This commit is contained in:
parent
22b0ace8b4
commit
a773f2976d
26 changed files with 51 additions and 51 deletions
|
|
@ -39,9 +39,9 @@ import FormSlot from '@/components/form/slot.vue';
|
|||
import MkInfo from '@/components/MkInfo.vue';
|
||||
import { chooseFileFromPc } from '@/utility/select-file.js';
|
||||
import * as os from '@/os.js';
|
||||
import { signinRequired } from '@/i.js';
|
||||
import { ensureSignin } from '@/i.js';
|
||||
|
||||
const $i = signinRequired();
|
||||
const $i = ensureSignin();
|
||||
|
||||
const name = ref($i.name ?? '');
|
||||
const description = ref($i.description ?? '');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue