Skip to content
Snippets Groups Projects
Commit c7f4fd12 authored by syuilo's avatar syuilo
Browse files

lint

parent deaea7ce
No related branches found
Tags 0.0.5030
No related merge requests found
......@@ -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_) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment