mirror of
https://github.com/bitwarden/web
synced 2025-12-16 08:13:22 +00:00
resolve lint errors
This commit is contained in:
@@ -87,16 +87,16 @@ angular
|
||||
profile.Organizations = [];
|
||||
}
|
||||
|
||||
var org = {
|
||||
var o = {
|
||||
id: org.Id,
|
||||
name: org.Name,
|
||||
key: org.Key,
|
||||
status: org.Status
|
||||
};
|
||||
profile.organizations.push(org);
|
||||
profile.organizations.push(o);
|
||||
|
||||
_userProfile = profile;
|
||||
cryptoService.addOrgKey(org);
|
||||
cryptoService.addOrgKey(o);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user