From f59c6f472d25084aa5f8a116f8cf92f81df09c50 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 26 Jan 2026 20:04:40 +0100 Subject: can render login ui --- common/src/api.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/src') 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"; -- cgit v1.3