Merge pull request #3099 from gravitl/release-v0.25.0

Release v0.25.0
This commit is contained in:
Abhishek K 2024-09-04 12:13:47 +05:30 committed by GitHub
commit c684e815af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>