From 89a14526658e5d061b1aef34ab569e979c9c0cf8 Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 6 Aug 2025 03:15:16 +0200 Subject: Various changes, room create/upgrade work --- MatrixUtils.Web/Pages/InvalidSession.razor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MatrixUtils.Web/Pages/InvalidSession.razor') diff --git a/MatrixUtils.Web/Pages/InvalidSession.razor b/MatrixUtils.Web/Pages/InvalidSession.razor index 1ec99f6..f86d112 100644 --- a/MatrixUtils.Web/Pages/InvalidSession.razor +++ b/MatrixUtils.Web/Pages/InvalidSession.razor @@ -8,14 +8,14 @@ @if (_auth is not null) {

It appears that the affected user is @_auth.UserId (@_auth.DeviceId) on @_auth.Homeserver!

- Refresh token - Remove + Refresh token + Remove @if (_showRefreshDialog) {
- Log in + Log in @if (_loginException is not null) {
@_loginException.RawContent
} -- cgit 1.5.1