diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-02-25 17:20:58 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-02-25 17:20:58 +0100 |
| commit | 7f7deec27e69ed110c52caddaa3a0c04430e71d9 (patch) | |
| tree | b0880d0407c09bc7fb0e83734c4d4683316fb429 /ui/src/components/mod.rs | |
| parent | 3b9ba348c8e77a47786bfcc1af6756e8d3bc7499 (diff) | |
| download | jellything-7f7deec27e69ed110c52caddaa3a0c04430e71d9.tar jellything-7f7deec27e69ed110c52caddaa3a0c04430e71d9.tar.bz2 jellything-7f7deec27e69ed110c52caddaa3a0c04430e71d9.tar.zst | |
initial account setup
Diffstat (limited to 'ui/src/components/mod.rs')
| -rw-r--r-- | ui/src/components/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/src/components/mod.rs b/ui/src/components/mod.rs index 5460090..d87efab 100644 --- a/ui/src/components/mod.rs +++ b/ui/src/components/mod.rs @@ -49,8 +49,8 @@ define! { @if let Some(()) = view.get(VIEW_ACCOUNT_LOGOUT) { @AccountLogout{ ri } } - @if let Some(session) = view.get(VIEW_ACCOUNT_SET_PASSWORD) { - @AccountSetPassword { ri, session } + @if let Some(data) = view.get(VIEW_ACCOUNT_SET_PASSWORD) { + @AccountSetPassword { ri, data } } @if let Some(()) = view.get(VIEW_ADMIN_DASHBOARD) { @AdminDashboard { ri } |