Explorar el Código

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

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan hace 3 años
padre
commit
95236260e7
Se han modificado 1 ficheros con 1 adiciones y 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