mirror of
https://github.com/wowlikon/LiB.git
synced 2026-02-04 12:31:09 +00:00
Улучшение документации и KDF с шифрованием totp
This commit is contained in:
@@ -441,7 +441,7 @@ $(document).ready(() => {
|
||||
}
|
||||
|
||||
try {
|
||||
const data = await Api.get("/api/auth/users?skip=0&limit=500");
|
||||
const data = await Api.get("/api/users?skip=0&limit=500");
|
||||
cachedUsers = data.users;
|
||||
renderUsersList(cachedUsers);
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user