Handle both given and family name in decrypted profile name
* Decrypt given and family names from profile name string * Handle both given and family name from decrypted profile name * Ensure we properly handle profiles with no family name
This commit is contained in:
parent
4f50c0b093
commit
11266cb775
9 changed files with 326 additions and 39 deletions
|
@ -1,5 +1,6 @@
|
|||
import * as GoogleChrome from './GoogleChrome';
|
||||
import { arrayBufferToObjectURL } from './arrayBufferToObjectURL';
|
||||
import { combineNames } from './combineNames';
|
||||
import { createBatcher } from './batcher';
|
||||
import { createWaitBatcher } from './waitBatcher';
|
||||
import { isFileDangerous } from './isFileDangerous';
|
||||
|
@ -9,6 +10,7 @@ import { makeLookup } from './makeLookup';
|
|||
|
||||
export {
|
||||
arrayBufferToObjectURL,
|
||||
combineNames,
|
||||
createBatcher,
|
||||
createWaitBatcher,
|
||||
GoogleChrome,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue