diff options
author | Rory& <root@rory.gay> | 2024-10-03 20:53:24 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-10-03 20:53:24 +0200 |
commit | 1041c0ade1700d1a56e4b2585c6a4e20d7123f81 (patch) | |
tree | e6af21cd725b34517501acd5088fb5805506cf16 /MatrixUtils.Web/Pages/Tools/User/ViewAccountData.razor | |
parent | Changes (diff) | |
download | MatrixUtils-1041c0ade1700d1a56e4b2585c6a4e20d7123f81.tar.xz |
Small fixes, fix policy list editor
Diffstat (limited to '')
-rw-r--r-- | MatrixUtils.Web/Pages/Tools/User/ViewAccountData.razor | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MatrixUtils.Web/Pages/Tools/User/ViewAccountData.razor b/MatrixUtils.Web/Pages/Tools/User/ViewAccountData.razor index d8b02bb..153518e 100644 --- a/MatrixUtils.Web/Pages/Tools/User/ViewAccountData.razor +++ b/MatrixUtils.Web/Pages/Tools/User/ViewAccountData.razor @@ -1,4 +1,4 @@ -@page "/Tools/ViewAccountData" +@page "/Tools/User/ViewAccountData" @using ArcaneLibs.Extensions @using LibMatrix <h3>View account data</h3> |