Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move app details to main AuthAdminState (#309)
* Move app details to main AuthAdminState We use these details in several places around the app now, so we should read and write the new values from the main `AuthConfig` object. Note: the old app details in the `UIConfig` still exist, but we should consider them deprecated and ignore the existing values there. * Abstract app config to handle old and new schema + remove individual update buttons for core config ui --------- Co-authored-by: James Clarke <[email protected]>
- Loading branch information