Vald

Results 3 comments of Vald

I have the same problem, it only works when you add it as `attr`. ``

Any news on this? Having the same issue with `fallback: true`, takes up to 5sec for non generated paths in production. edit: This issue is from a year ago and...

You can use the option `profileFields` to include the fields you want. ``` { clientID: '', clientSecret: '', profileFields: ['id', 'displayName', 'name', 'emails', 'gender'], } ```