Explorar o código

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

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan %!s(int64=3) %!d(string=hai) anos
pai
achega
95236260e7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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