all consistency checkers have now fixers

This commit is contained in:
zadam
2020-01-08 19:28:22 +01:00
parent f782d2bef9
commit 3e49a7dbfa
2 changed files with 37 additions and 25 deletions

View File

@@ -42,6 +42,8 @@ async function setupProtectedSession(password) {
return;
}
$("#container").addClass('protected-session-active');
protectedSessionHolder.setProtectedSessionId(response.protectedSessionId);
protectedSessionHolder.touchProtectedSession();