diff --git a/server/src/pages/shotindex/controller.js b/server/src/pages/shotindex/controller.js index f658f5062e..91354350c4 100644 --- a/server/src/pages/shotindex/controller.js +++ b/server/src/pages/shotindex/controller.js @@ -33,7 +33,7 @@ exports.launch = function(m) { } let authTimeout = setTimeout(() => { // eslint-disable-next-line no-global-assign - location = location.origin; + location = location.origin + "/#tour"; }, FIVE_SECONDS); window.wantsauth.addAuthDataListener((data) => { if (location.search.indexOf("reloaded") > -1) {