From 57a60170544dc6addab7f5cca3e41551fbc6ae66 Mon Sep 17 00:00:00 2001 From: hugocasa Date: Fri, 4 Sep 2026 19:06:25 +0200 Subject: [PATCH] docs: drop the picker's setup alert for a line by the token field --- frontend/src/lib/components/GitLabIntegration.svelte | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/frontend/src/lib/components/GitLabIntegration.svelte b/frontend/src/lib/components/GitLabIntegration.svelte index d1ccf00d6a..0bb8d10b20 100644 --- a/frontend/src/lib/components/GitLabIntegration.svelte +++ b/frontend/src/lib/components/GitLabIntegration.svelte @@ -137,8 +137,8 @@
- Use one token per project. A group token covers every project in the group, but - renewal replaces it for one project at a time. + Windmill stores it and renews it before it expires. Use one token per project: a group + token covers the group, but renewal replaces it for one project at a time.
@@ -174,10 +174,6 @@ clearable={false} />
- - It is stored when you save the resource, kept out of the repository URL, and renewed - before it expires. Forks of this workspace use it without storing their own copy. -