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:
@@ -189,4 +189,6 @@ export interface FilterableAuthIdentityProps
|
||||
*/
|
||||
provider?: string
|
||||
}
|
||||
|
||||
app_metadata?: Record<string, unknown>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user