Skip to content

Commit

Permalink
change: filename
Browse files Browse the repository at this point in the history
  • Loading branch information
PandorasActorMS committed Sep 25, 2023
1 parent 8d4be88 commit e783f21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function auth(
$login_available = true;
$oidc_login = isset($env) ? $env["OIDC_LOGIN_BUTTON"] ??'Login' : getenv("OIDC_LOGIN_BUTTON"); // Option for changing login button
echo
"<form action='oic_login.php' class='column' method='post'>
"<form action='oidc_login.php' class='column' method='post'>
<button>$oidc_login</button>
</form>";
}
Expand Down
File renamed without changes.

0 comments on commit e783f21

Please sign in to comment.