mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix account passord change for pre-block accounts
This commit is contained in:
parent
cee99ea95d
commit
1c7e5164bb
@ -2564,7 +2564,7 @@ define([
|
||||
lastVisit: Number(localStorage.lastVisit) || undefined,
|
||||
blockId: blockId
|
||||
};
|
||||
common.userHash = userHash;
|
||||
common.userHash = userHash || LocalStore.getUserHash();
|
||||
|
||||
// FIXME Backward compatibility
|
||||
if (sessionStorage.newPadFileData) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user