diff options
| author | winter Sparkles | 2026-08-09 15:44:18 +0100 |
|---|---|---|
| committer | winter Sparkles | 2026-08-09 15:44:18 +0100 |
| commit | 96387025da63025894f6259f7eebed0fc6fc53ac (patch) | |
| tree | a83d73eeb7ec419b24ff78291634503d4ebceec1 /routes/logout.php | |
| parent | c8998ccdff070d7c73a634e031a041260b87c3b1 (diff) | |
implement the rest of login process incl. cookie redirects and 'next'
Diffstat (limited to 'routes/logout.php')
| -rw-r--r-- | routes/logout.php | 1 |
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'); |
