Move getPlaceholder to component that needs it
This commit is contained in:
parent
c33fea35dc
commit
254cddc514
3 changed files with 7 additions and 12 deletions
|
@ -28,12 +28,6 @@ export async function generateSecurityNumber(
|
|||
return Promise.resolve(fingerprintString);
|
||||
}
|
||||
|
||||
export function getPlaceholder(): string {
|
||||
return Array.from(Array(12))
|
||||
.map(() => 'XXXXX')
|
||||
.join(' ');
|
||||
}
|
||||
|
||||
export async function generateSecurityNumberBlock(
|
||||
contact: ConversationType
|
||||
): Promise<Array<string>> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue