diff --git a/site/src/pages/DeploySettingsPage/OAuth2AppsSettingsPage/OAuth2AppsSettingsPage.tsx b/site/src/pages/DeploySettingsPage/OAuth2AppsSettingsPage/OAuth2AppsSettingsPage.tsx index 6e2035f2f9107..4d81d7dfb5f13 100644 --- a/site/src/pages/DeploySettingsPage/OAuth2AppsSettingsPage/OAuth2AppsSettingsPage.tsx +++ b/site/src/pages/DeploySettingsPage/OAuth2AppsSettingsPage/OAuth2AppsSettingsPage.tsx @@ -18,6 +18,7 @@ const OAuth2AppsSettingsPage: FC = () => { = ({ apps, isEntitled, isLoading, + error, }) => { return ( <> @@ -62,6 +65,8 @@ const OAuth2AppsSettingsPageView: FC = ({ + {error && } + @@ -72,9 +77,8 @@ const OAuth2AppsSettingsPageView: FC = ({ {isLoading && } - {!isLoading && - apps?.map((app) => )} - {!isLoading && (!apps || apps?.length === 0) && ( + {apps?.map((app) => )} + {apps?.length === 0 && (
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy