aboutsummaryrefslogtreecommitdiff
path: root/routes/logout.php
diff options
context:
space:
mode:
authorwinter Sparkles2026-08-09 15:44:18 +0100
committerwinter Sparkles2026-08-09 15:44:18 +0100
commit96387025da63025894f6259f7eebed0fc6fc53ac (patch)
treea83d73eeb7ec419b24ff78291634503d4ebceec1 /routes/logout.php
parentc8998ccdff070d7c73a634e031a041260b87c3b1 (diff)
implement the rest of login process incl. cookie redirects and 'next'
Diffstat (limited to 'routes/logout.php')
-rw-r--r--routes/logout.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/routes/logout.php b/routes/logout.php
index 21b2179..14fcedb 100644
--- a/routes/logout.php
+++ b/routes/logout.php
@@ -10,6 +10,7 @@ function GET() {
$resp = new Psso\XMLResponse;
$resp->doc->addAttribute('title', L('logout.title'));
+ $resp->doc->addAttribute('kind', 'challenges');
$form = $resp->doc->addChild('form');
$form->addChild('p', L('logout.warning'));
$form->addAttribute('method', 'post');