Skip to content

Commit

Permalink
Merge pull request #3098 from gravitl/NET-1576
Browse files Browse the repository at this point in the history
build login link from nm domain
  • Loading branch information
abhishek9686 authored Sep 4, 2024
2 parents 0dcf68f + 5066781 commit bba47fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pro/auth/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var htmlBaseTemplate = `<!DOCTYPE html>
<script type="text/javascript">
function redirect()
{
window.location.href="` + servercfg.GetFrontendURL() + `";
window.location.href="` + fmt.Sprintf("https://dashboard.%s/login", servercfg.GetNmBaseDomain()) + `";
}
</script>
<style>
Expand Down

0 comments on commit bba47fb

Please sign in to comment.