fix: fixed linter errors
This commit is contained in:
parent
faa2f58145
commit
7f670030a7
13 changed files with 23 additions and 28 deletions
|
@ -29,10 +29,6 @@ const authState = reactive<AuthState>({
|
|||
activeRole: authStorage.getActiveRole() ?? null,
|
||||
});
|
||||
|
||||
async function sendHello(): Promise<void> {
|
||||
return apiClient.post("/auth/hello");
|
||||
}
|
||||
|
||||
/**
|
||||
* Load the information about who is currently logged in from the IDP.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue