Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclarke committed Oct 31, 2024
1 parent 84d588a commit c4cb2ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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 @@ -11,6 +11,7 @@

@include isMobile {
flex-direction: column;
border-radius: 0;
}

@include darkTheme {
Expand Down
4 changes: 3 additions & 1 deletion shared/studio/tabs/auth/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ export const AuthAdmin = observer(function AuthAdmin() {
className={styles.tabs}
tabs={[
{id: "config", label: "Config"},
{id: "webhooks", label: "Webhooks"},
...(state.hasWebhooksSchema
? [{id: "webhooks", label: "Webhooks"} as const]
: []),
{id: "providers", label: "Providers / UI"},
{id: "smtp", label: "SMTP"},
]}
Expand Down

0 comments on commit c4cb2ec

Please sign in to comment.