dbug fe: add eyre logout buttons

This commit is contained in:
Fang 2020-06-03 01:40:57 +02:00
parent 4d93349402
commit 2f83797a07
No known key found for this signature in database
GPG Key ID: EB035760C1BBA972

View File

@ -168,6 +168,12 @@ export class Eyre extends Component {
<h4>Cookies</h4>
<button onClick={this.loadAuthenticationState}>refresh</button>
<form method="post" action="/~/logout">
<button type="submit">logout</button>
</form>
<form method="post" action="/~/logout">
<button type="submit" name="all">logout all</button>
</form>
{sessionItems}
</>);
}