mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[chore] Settings refactor fix4 (#1383)
* fix error handling behavior in emoji overview and FormWithData components * css: long domain cutoff * unused require * eslint vscode task
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user