浏览代码

fix(GitHub linking): settings tab is now using queries instead of a hash

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan 3 年之前
父节点
当前提交
95236260e7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      backend/logic/app.js

+ 1 - 1
backend/logic/app.js

@@ -216,7 +216,7 @@ class _AppModule extends CoreClass {
 												value: user._id
 											});
 
-											res.redirect(`${config.get("domain")}/settings#security`);
+											res.redirect(`${config.get("domain")}/settings?tab=security`);
 										}
 									],
 									next