aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-01-26 20:04:40 +0100
committermetamuffin <metamuffin@disroot.org>2026-01-26 20:04:40 +0100
commitf59c6f472d25084aa5f8a116f8cf92f81df09c50 (patch)
treed3282488db81b3c09d34f2aa1ca452c2bef1451c /common
parent783d3598753bf84756296a2016e5dab30300519b (diff)
downloadjellything-f59c6f472d25084aa5f8a116f8cf92f81df09c50.tar
jellything-f59c6f472d25084aa5f8a116f8cf92f81df09c50.tar.bz2
jellything-f59c6f472d25084aa5f8a116f8cf92f81df09c50.tar.zst
can render login ui
Diffstat (limited to 'common')
-rw-r--r--common/src/api.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/src/api.rs b/common/src/api.rs
index 415ef76..90efc76 100644
--- a/common/src/api.rs
+++ b/common/src/api.rs
@@ -21,8 +21,8 @@ fields! {
VIEW_STATGROUP: Object = 2041 "statgroup";
VIEW_STATTEXT: Object = 2042 "stattext";
VIEW_ACCOUNT_LOGIN: () = 2043 "account_login";
- VIEW_ACCOUNT_LOGOUT: () = 2043 "account_logout";
- VIEW_ACCOUNT_SET_PASSWORD: &str = 2044 "account_set_password";
+ VIEW_ACCOUNT_LOGOUT: () = 2044 "account_logout";
+ VIEW_ACCOUNT_SET_PASSWORD: &str = 2045 "account_set_password";
NKU_NODE: Object = 2025 "node";
NKU_UDATA: Object = 2026 "udata";