mirror of
https://github.com/bitwarden/mobile
synced 2025-12-12 22:33:25 +00:00
Fix for short profile Name value crashing app (#1833)
This commit is contained in:
@@ -55,6 +55,7 @@ namespace Bit.Core.Abstractions
|
||||
Task SetAutofillTileAddedAsync(bool? value);
|
||||
Task<string> GetEmailAsync(string userId = null);
|
||||
Task<string> GetNameAsync(string userId = null);
|
||||
Task SetNameAsync(string value, string userId = null);
|
||||
Task<string> GetOrgIdentifierAsync(string userId = null);
|
||||
Task<long?> GetLastActiveTimeAsync(string userId = null);
|
||||
Task SetLastActiveTimeAsync(long? value, string userId = null);
|
||||
|
||||
Reference in New Issue
Block a user