mirror of
https://gitlab.com/comunic/comunicconsole
synced 2025-09-23 07:39:44 +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