Use base uri on login screen (#1273)

This commit is contained in:
ByteHamster 2024-07-13 13:26:08 +02:00 committed by GitHub
parent d9dc507012
commit 2ee4be608d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ class Login extends \Flake\Core\Controller {
}
function render() {
$sActionUrl = \Flake\Util\Tools::getCurrentUrl();
$sActionUrl = PROJECT_BASEURI;
$sSubmittedFlagName = "auth";
$sMessage = "";