aboutsummaryrefslogtreecommitdiff
path: root/routes/logout.php
diff options
context:
space:
mode:
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');