We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906c15c commit 13a15c9Copy full SHA for 13a15c9
1 file changed
frontend/src/ts/controllers/account-controller.ts
@@ -108,6 +108,7 @@ async function getDataAndInit(): Promise<boolean> {
108
Notifications.add("Failed to get user data: " + msg, -1);
109
console.error(e);
110
111
+ LoginPage.enableInputs();
112
$("header nav .account").css("opacity", 1);
113
return false;
114
}
0 commit comments