Skip to content

Commit

Permalink
fix: login example
Browse files Browse the repository at this point in the history
  • Loading branch information
damikael committed May 2, 2023
1 parent 9ec7a51 commit 5045698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/sdk/login.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
echo "<p>" . $attribute . ": <b>" . $value[0] . "</b></p>";
}

echo "<hr/><p><a href='" . $spidsdk->getLogoutURL("/login-spid.php") . "'>Logout</a></p>";
echo "<hr/><p><a href='" . $spidsdk->getLogoutURL("/login.php") . "'>Logout</a></p>";

} else {
Expand Down

0 comments on commit 5045698

Please sign in to comment.