diff --git a/frontend/src/routes/gh_success/+page.svelte b/frontend/src/routes/gh_success/+page.svelte new file mode 100644 index 0000000000..01234945d5 --- /dev/null +++ b/frontend/src/routes/gh_success/+page.svelte @@ -0,0 +1,105 @@ + + +
+
+ {#if isLoading} +
+
+

Processing GitHub app installation...

+
+ {:else if isSuccess} +
+

+ + Windmill GitHub app installation completed successfully +

+

+ The GitHub app has been successfully installed. You can now close this window and return to Windmill to start using the GitHub integration. +

+ +
+ {:else} +
+

+ + Failed to install Windmill GitHub app +

+

There was an error during the installation process:

+
+ {errorMessage} +
+

+ Please try again or contact your administrator for assistance. +

+ +
+ {/if} +
+