mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
Use UserService to manage emailVerified (#1367)
This commit is contained in:
@@ -327,6 +327,7 @@ namespace Bit.Core.Services
|
||||
await _userService.SetSecurityStampAsync(response.SecurityStamp);
|
||||
var organizations = response.Organizations.ToDictionary(o => o.Id, o => new OrganizationData(o));
|
||||
await _userService.ReplaceOrganizationsAsync(organizations);
|
||||
await _userService.SetEmailVerifiedAsync(response.EmailVerified);
|
||||
}
|
||||
|
||||
private async Task SyncFoldersAsync(string userId, List<FolderResponse> response)
|
||||
|
||||
Reference in New Issue
Block a user