From 659dfca8d2f50b8941e604be40f467f0307c6ab8 Mon Sep 17 00:00:00 2001 From: Xeltica Date: Mon, 28 Nov 2022 18:52:50 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A2=E3=82=AB=E3=82=A6=E3=83=B3=E3=83=88?= =?UTF-8?q?=E9=80=A3=E6=90=BA=E3=82=92=E8=A7=A3=E9=99=A4=E3=81=97=E3=81=9F?= =?UTF-8?q?=E3=81=A8=E3=81=8D=E3=81=AB=E3=83=AD=E3=82=B0=E3=82=A2=E3=82=A6?= =?UTF-8?q?=E3=83=88=E3=81=97=E3=81=AA=E3=81=84=E5=95=8F=E9=A1=8C=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/pages/settings.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/pages/settings.tsx b/src/frontend/pages/settings.tsx index f8fa55d..84bce05 100644 --- a/src/frontend/pages/settings.tsx +++ b/src/frontend/pages/settings.tsx @@ -94,6 +94,7 @@ export const SettingPage: React.VFC = () => { message: t('_deactivate.success'), icon: 'info', onSelect() { + localStorage.removeItem(LOCALSTORAGE_KEY_TOKEN); location.href = '/'; } }));