|
@if (!string.IsNullOrWhiteSpace(@session.UserInfo?.AvatarUrl)) {
@@ -36,7 +36,7 @@ Small collection of tools to do not-so-everyday things.
|
- SwitchSession(auth))"
+ SwitchSession(session.SessionId))"
style="text-decoration-line: unset;"/>
@session.UserInfo.DisplayName on @auth.Homeserver
@@ -53,13 +53,14 @@ Small collection of tools to do not-so-everyday things.
T=@session.Homeserver.GetType().FullName
D=@session.Homeserver.WhoAmI.DeviceId
U=@session.Homeserver.WhoAmI.UserId
+ S=@session.Homeserver.WhoAmI.UserId
}
|
- Manage
- Remove
- Log out
+ Manage
+ Remove
+ Log out
|
@@ -79,16 +80,16 @@ Small collection of tools to do not-so-everyday things.