mirror of
https://github.com/urbit/shrub.git
synced 2025-01-02 01:25:55 +03:00
dbug fe: add eyre logout buttons
This commit is contained in:
parent
4d93349402
commit
2f83797a07
@ -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}
|
||||
</>);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user