mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
remove public stamp removal
This commit is contained in:
parent
7252e7cad0
commit
7b0bc41f88
@ -246,7 +246,6 @@ export class SyncService implements SyncServiceAbstraction {
|
||||
await this.cryptoService.setEncPrivateKey(response.privateKey);
|
||||
await this.cryptoService.setOrgKeys(response.organizations);
|
||||
await this.userService.setSecurityStamp(response.securityStamp);
|
||||
await this.userService.setSecurityStamp(response.securityStamp);
|
||||
|
||||
const organizations: { [id: string]: OrganizationData; } = {};
|
||||
response.organizations.forEach((o) => {
|
||||
|
Loading…
Reference in New Issue
Block a user