remove public stamp removal

This commit is contained in:
Kyle Spearrin 2019-04-17 11:06:12 -04:00
parent 7252e7cad0
commit 7b0bc41f88
1 changed files with 0 additions and 1 deletions

View File

@ -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) => {