From 27d4e364e04c65a11c2855eaa9a1ffc55eb23239 Mon Sep 17 00:00:00 2001 From: f0x52 Date: Wed, 25 Jan 2023 09:47:55 +0100 Subject: [chore] Settings refactor fix4 (#1383) * fix error handling behavior in emoji overview and FormWithData components * css: long domain cutoff * unused require * eslint vscode task --- web/source/settings/components/authorization/index.jsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'web/source/settings/components/authorization/index.jsx') diff --git a/web/source/settings/components/authorization/index.jsx b/web/source/settings/components/authorization/index.jsx index 397413945..060e2f149 100644 --- a/web/source/settings/components/authorization/index.jsx +++ b/web/source/settings/components/authorization/index.jsx @@ -34,8 +34,6 @@ module.exports = function Authorization({ App }) { skip: loginState == "none" || loginState == "logout" || expectingRedirect }); - console.log("skip verify:", loginState, expectingRedirect); - let showLogin = true; let content = null; -- cgit v1.2.3