Skip to content

Commit

Permalink
Move app details to main AuthAdminState (#309)
Browse files Browse the repository at this point in the history
* 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
scotttrinh and jaclarke authored Feb 14, 2024
1 parent c879a32 commit d2dd5bf
Show file tree
Hide file tree
Showing 4 changed files with 509 additions and 344 deletions.
1 change: 1 addition & 0 deletions shared/studio/tabs/auth/authAdmin.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@
input {
font-family: inherit;
line-height: inherit;
font-size: 14px;
border: 0;
outline: 0;
background: none;
Expand Down
Loading

0 comments on commit d2dd5bf

Please sign in to comment.