diff options
author | Rory& <root@rory.gay> | 2024-06-19 23:32:59 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-06-19 23:32:59 +0200 |
commit | a3a60fda1492c600383e166a20dd5e6f52120616 (patch) | |
tree | 5d55bede056ebe8cbb298018c5d064964dbf5bb6 /MatrixUtils.Web/Pages/Index.razor | |
parent | Organise tools somewhat, set proper icons for nav menu (diff) | |
download | MatrixUtils-a3a60fda1492c600383e166a20dd5e6f52120616.tar.xz |
Some cleanup, update libs
Diffstat (limited to 'MatrixUtils.Web/Pages/Index.razor')
-rw-r--r-- | MatrixUtils.Web/Pages/Index.razor | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MatrixUtils.Web/Pages/Index.razor b/MatrixUtils.Web/Pages/Index.razor index 8dfd1be..a7619ae 100644 --- a/MatrixUtils.Web/Pages/Index.razor +++ b/MatrixUtils.Web/Pages/Index.razor @@ -108,6 +108,9 @@ Small collection of tools to do not-so-everyday things. </p> </td> <td> + <LinkButton OnClick="@(() => Task.Run(()=>NavigationManager.NavigateTo($"/InvalidSession?ctx={session.AccessToken}")))">Re-login</LinkButton> + </td> + <td> <LinkButton OnClick="@(() => RemoveUser(session))">Remove</LinkButton> </td> </tr> |