Merge branch 'stable'

This commit is contained in:
zadam
2020-01-08 21:39:17 +01:00
5 changed files with 40 additions and 28 deletions

View File

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