Skip to content

Commit 13a15c9

Browse files
committed
fix: reenable login inputs if loading user data fails
1 parent 906c15c commit 13a15c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src/ts/controllers/account-controller.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ async function getDataAndInit(): Promise<boolean> {
108108
Notifications.add("Failed to get user data: " + msg, -1);
109109
console.error(e);
110110

111+
LoginPage.enableInputs();
111112
$("header nav .account").css("opacity", 1);
112113
return false;
113114
}

0 commit comments

Comments
 (0)