a lot of things
This commit is contained in:
@@ -19,7 +19,6 @@ export const fieldValidator = async (
|
||||
acceptableFields: CredentialTypeField[],
|
||||
): Promise<
|
||||
{
|
||||
id: string;
|
||||
fieldId: string;
|
||||
value: string;
|
||||
secure: boolean;
|
||||
@@ -47,7 +46,6 @@ export const fieldValidator = async (
|
||||
const matchingField = afCollection.get(field.fieldId)!;
|
||||
|
||||
return {
|
||||
id: field.id,
|
||||
fieldId: field.fieldId,
|
||||
value: field.value,
|
||||
secure: matchingField.secure,
|
||||
|
||||
Reference in New Issue
Block a user