Skip to content

Commit

Permalink
Correct redirect_uri
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvanes committed Nov 28, 2024
1 parent d7694ec commit 355c175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ci-test/templates/index.php.j2
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if (isset($_GET['scope'])) {
if (isset($_GET['redirect_uri'])) {
$redirect_uri = $_GET['redirect_uri'];
} else {
$redirect_uri = 'https://rp.ci-runner.sram.surf.nl/resume.html';
$redirect_uri = 'https://rp.ci-runner.sram.surf.nl/index.php';
}

if (isset($_GET['claims'])) {
Expand Down

0 comments on commit 355c175

Please sign in to comment.