fix: add missing typings to create provider identity (#8677)
* fix: add missing typings to create provider identity * add app_metadata to filterable fields for auth identity
This commit is contained in:
@@ -145,10 +145,8 @@ export default class AuthModuleService
|
||||
)
|
||||
|
||||
return await this.baseRepository_.serialize<
|
||||
AuthTypes.ProviderIdentityDTO[]
|
||||
>(providerIdentities, {
|
||||
populate: true,
|
||||
})
|
||||
AuthTypes.ProviderIdentityDTO | AuthTypes.ProviderIdentityDTO[]
|
||||
>(providerIdentities)
|
||||
}
|
||||
|
||||
async authenticate(
|
||||
|
||||
Reference in New Issue
Block a user