浏览代码

build login link from nm domain

abhishek9686 1 年之前
父节点
当前提交
5066781566
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>