eyre: use 303 to redirect to login post-logout

This ensures the client sends a GET request, which is more appropriate.
This commit is contained in:
Fang 2020-06-03 14:28:30 +02:00
parent 2f83797a07
commit 6e3284feac
No known key found for this signature in database
GPG Key ID: EB035760C1BBA972

View File

@ -1012,7 +1012,7 @@
::
=/ response=$>(%start http-event:http)
:* %start
response-header=[307 ['location' '/~/login']~]
response-header=[303 ['location' '/~/login']~]
data=~
complete=%.y
==