diff --git a/web/app/components/apps/app-card.tsx b/web/app/components/apps/app-card.tsx
index d0d42dc32c..e9a64d8867 100644
--- a/web/app/components/apps/app-card.tsx
+++ b/web/app/components/apps/app-card.tsx
@@ -279,12 +279,21 @@ const AppCard = ({ app, onRefresh }: AppCardProps) => {
>
)}
{
- (isGettingUserCanAccessApp || !userCanAccessApp?.result) ? null : <>
-
-
- >
+ (!systemFeatures.webapp_auth.enabled)
+ ? <>
+
+
+ >
+ : !(isGettingUserCanAccessApp || !userCanAccessApp?.result) && (
+ <>
+
+
+ >
+ )
}
{