mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-27 03:44:12 +02:00
refactor(frontend): signinRequired -> ensureSignin
This commit is contained in:
@@ -67,12 +67,12 @@ import MkSwitch from '@/components/MkSwitch.vue';
|
||||
import MkDisableSection from '@/components/MkDisableSection.vue';
|
||||
import * as os from '@/os.js';
|
||||
import { misskeyApi } from '@/utility/misskey-api.js';
|
||||
import { signinRequired } from '@/i.js';
|
||||
import { ensureSignin } from '@/i.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
import { definePage } from '@/page.js';
|
||||
import { instance } from '@/instance.js';
|
||||
|
||||
const $i = signinRequired();
|
||||
const $i = ensureSignin();
|
||||
|
||||
const emailAddress = ref($i.email);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user