-
@@ -87,9 +85,11 @@
1. Go to your Nextcloud instance as an administrator
- 2. Navigate to Administration settings → Security → OAuth 2.0 clients
+ 2. Navigate to Administration settings → Security → OAuth 2.0 clients
3. Click "Add client" to create a new OAuth2 application
- 4. Set the redirect URI to your Windmill instance's {baseUrl || 'BASE_URL'}/user/login_callback/nextcloud
+ 4. Set the redirect URI to your Windmill instance's
+ {baseUrl || 'BASE_URL'}/user/login_callback/nextcloud
5. Copy the Client ID and Client Secret to the fields above
diff --git a/frontend/src/lib/components/OAuthSetting.svelte b/frontend/src/lib/components/OAuthSetting.svelte
index 5d25c26ead..8e69daa269 100644
--- a/frontend/src/lib/components/OAuthSetting.svelte
+++ b/frontend/src/lib/components/OAuthSetting.svelte
@@ -65,7 +65,9 @@