You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maintain: move allowed login domains to a global org field (#3704)
- move domains that are allowed to use social login to the org table rather than on specific providers
- remove allowed domains from providers
- set allowed domains to match the org admin on sign-up
- remove validation added for provider allowed domains
fix(ui): undefined reference in providers (#3618)
under specific conditions, the provider details page will throw an
uncaught exception caused by `useEffect` setting `name` to undefined
when provider is undefined.
use a placeholder instead of setting the field value directly. this also
fixes the issue where an empty value is seens as a change, enabling
save.