Skip to content

Commit

Permalink
Use base uri on login screen (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteHamster committed Jul 13, 2024
1 parent d9dc507 commit 2ee4be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Frameworks/BaikalAdmin/Controller/Login.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function execute() {
}

function render() {
$sActionUrl = \Flake\Util\Tools::getCurrentUrl();
$sActionUrl = PROJECT_BASEURI;
$sSubmittedFlagName = "auth";
$sMessage = "";

Expand Down

0 comments on commit 2ee4be6

Please sign in to comment.