lint
This commit is contained in:
parent
deaea7ce9f
commit
c7f4fd1215
1 changed files with 1 additions and 1 deletions
|
@ -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_) {
|
||||
|
|
Loading…
Reference in a new issue