mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-13 04:54:48 +08:00
commit
c684e815af
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ var htmlBaseTemplate = `<!DOCTYPE html>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function redirect()
|
function redirect()
|
||||||
{
|
{
|
||||||
window.location.href="` + servercfg.GetFrontendURL() + `";
|
window.location.href="` + fmt.Sprintf("https://dashboard.%s/login", servercfg.GetNmBaseDomain()) + `";
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
|
|
Loading…
Reference in a new issue