Explorar o código

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

Release v0.25.0
Abhishek K hai 1 ano
pai
achega
c684e815af
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pro/auth/error.go

+ 1 - 1
pro/auth/error.go

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