This commit is contained in:
syuilo
2021-11-18 23:36:04 +09:00
parent 73b5c12927
commit 318759cfa4
5 changed files with 13 additions and 15 deletions

View File

@ -1,11 +1,11 @@
import { $i } from '@/account';
import { i18n } from '@/i18n';
import { dialog } from '@/os';
import { alert } from '@/os';
export function pleaseLogin() {
if ($i) return;
dialog({
alert({
title: i18n.locale.signinRequired,
text: null
});