fix: non-authenticated requests to pages endpoint redirected to registration, now redirects to login page

master
Aravinth Manivannan 2 years ago
parent 1c21596e29
commit 55f7b3c3a1
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88

@ -126,7 +126,7 @@ impl GetLoginRoute for Pages {
urlencoding::encode(redirect_to)
)
} else {
self.auth.register.to_string()
self.auth.login.to_string()
}
}
}

Loading…
Cancel
Save