mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-02 18:24:19 +02:00
refactor(frontend): signinRequired -> ensureSignin
This commit is contained in:
@@ -73,9 +73,9 @@ import { i18n } from '@/i18n.js';
|
||||
import MkSwitch from '@/components/MkSwitch.vue';
|
||||
import MkRolePreview from '@/components/MkRolePreview.vue';
|
||||
import MkTextarea from '@/components/MkTextarea.vue';
|
||||
import { signinRequired } from '@/i.js';
|
||||
import { ensureSignin } from '@/i.js';
|
||||
|
||||
const $i = signinRequired();
|
||||
const $i = ensureSignin();
|
||||
|
||||
const props = defineProps<{
|
||||
avatarDecoration?: any,
|
||||
|
||||
Reference in New Issue
Block a user