mirror of
https://gitlab.com/comunic/comunicconsole
synced 2025-06-20 16:45:17 +00:00
Display the list of administrators
This commit is contained in:
@ -90,6 +90,13 @@ export class AccountHelper {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the entire list of administrators
|
||||
*/
|
||||
static async GetAdminsList(): Promise<AdminAccount[]> {
|
||||
return await serverRequest("accounts/list");
|
||||
}
|
||||
|
||||
/**
|
||||
* Attempt to refresh current account information
|
||||
*/
|
||||
|
Reference in New Issue
Block a user