diff --git a/frontend/app/[team]/apps/[app]/syncing/page.tsx b/frontend/app/[team]/apps/[app]/syncing/page.tsx index ff1ab45c5..d3be5bcc9 100644 --- a/frontend/app/[team]/apps/[app]/syncing/page.tsx +++ b/frontend/app/[team]/apps/[app]/syncing/page.tsx @@ -30,17 +30,28 @@ export default function Syncing({ params }: { params: { team: string; app: strin return (
{data?.sseEnabled === false && ( -
-
-
Enable SSE
-

- Server-side encryption (SSE) is not yet enabled for this app. SSE is required to allow - automatic syncing of secrets. -

-

Click the button below to enable SSE

+ <> +
+
+
Enable Secret Syncing
+

+ Server-side encryption (SSE) is not yet enabled for this app. SSE is required to allow + automatic syncing of secrets. +

+
+
- -
+ {userCanCreateSyncs && ( +
+
+ +
+
+ )} + )} {data?.sseEnabled === true && ( <>