This commit is contained in:
Tim Zöller 2025-12-05 20:42:20 +01:00
parent cbf4060441
commit 769e05ee0e

View file

@ -288,7 +288,7 @@ const FitPubAuth = {
*/ */
checkAuthStatus: function() { checkAuthStatus: function() {
const currentPath = window.location.pathname; const currentPath = window.location.pathname;
const publicPaths = ['/', '/login', '/timeline']; const publicPaths = ['/', '/login', '/register', '/timeline'];
// Skip check for public paths // Skip check for public paths
if (publicPaths.includes(currentPath)) { if (publicPaths.includes(currentPath)) {