mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
endpoint_sessions.go: add the redirect URL in the html body text (#4328)
This makes debug easier in case the browser get stuck on the redirect page.
This commit is contained in:
parent
18e7c8e236
commit
9b02722e08
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ func makeCallbackSSOEndpoint(svc fleet.Service, urlPrefix string) endpoint.Endpo
|
|||
window.location = redirectURL;
|
||||
</script>
|
||||
<body>
|
||||
Redirecting to Fleet...
|
||||
Redirecting to Fleet at {{ .RedirectURL }} ...
|
||||
</body>
|
||||
</html>
|
||||
`
|
||||
|
|
|
|||
Loading…
Reference in a new issue