mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 23:16:28 +09:00
lint
This commit is contained in:
@ -128,7 +128,7 @@ import { getAccountFromId } from '@/scripts/get-account-from-id';
|
||||
}
|
||||
|
||||
// 連携ログインの場合用にCookieを参照する
|
||||
const i = (document.cookie.match(/igi=(\w+)/) || [null, null])[1];
|
||||
const i = (document.cookie.match(/igi=(\w+)/) ?? [null, null])[1];
|
||||
|
||||
if (i != null && i !== 'null') {
|
||||
if (_DEV_) {
|
||||
|
Reference in New Issue
Block a user