Adrian Galvan
Adrian Galvan
Adaptor account not available, will need to create a new account for connectors.
To fix this issue I added some logic to the default case for `applicationWillEnterForeground`. It expands or contracts the views based on the `currentState`. ``` swift func applicationWillEnterForeground() { switch...
We send the user an invite when we create the user in Fides. The API endpoints also let you resend the invite link, in essence, a re-invitation. We need to...
Hi @JadeCara, I'm closing this ticket, I covered it in https://github.com/ethyca/fides/pull/6261. I went with the "parallel" approach to remove the need to specify pre, parallel, or post. Just one less...
This was covered by other PRs, closing out