Skip to content

Commit 48bc99f

Browse files
authored
Merge pull request #116 from datum-cloud/chore/redirect-to-list-of-commands
chore: redirect authorized user to list of commands page
2 parents b6d30da + 68a7ba5 commit 48bc99f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/cmd/auth/login.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ func runLoginFlow(ctx context.Context, authHostname string, apiHostname string,
192192
}
193193

194194
// Redirect to documentation site upon success
195-
http.Redirect(w, r, "https://docs.datum.net", http.StatusFound)
195+
http.Redirect(w, r, "https://www.datum.net/docs/datumctl/cli-reference/#see-also", http.StatusFound)
196196

197197
codeChan <- code // Send code
198198
// Server shutdown will be initiated by the main goroutine now

0 commit comments

Comments
 (0)