diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c2976e9..1b1db050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ ### Changes +- Adjust the template for the OIDC callback login page [#1484](https://github.com/juanfont/headscale/pull/1484) + ## 0.22.3 (2023-05-12) ### Changes diff --git a/hscontrol/assets/oidc_callback_template.html b/hscontrol/assets/oidc_callback_template.html new file mode 100644 index 00000000..47928c4e --- /dev/null +++ b/hscontrol/assets/oidc_callback_template.html @@ -0,0 +1,297 @@ + + +
+ + ++ Check out beginner and advanced guides on, or read more in the + documentation. +
+ + + + + View the headscale documentation + + + + + + View the tailscale documentation + +- {{.Verb}} as {{.User}}, you can now close this window. -
- - `), + template.New("oidccallback").Parse(oidcCallbackTemplateContent), ) // OIDCCallback handles the callback from the OIDC endpoint