Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

This commit is contained in:
yflory
2017-05-05 17:57:05 +02:00
16 changed files with 180 additions and 15 deletions

View File

@@ -196,6 +196,7 @@ define([
[
userNameKey,
userHashKey,
'loginToken',
].forEach(function (k) {
sessionStorage.removeItem(k);
localStorage.removeItem(k);