fix: typo isAuthenticate -> isAuthenticated

This commit is contained in:
2024-02-13 14:07:53 +01:00
parent d773859e04
commit 94a4c4cdf8
9 changed files with 10 additions and 10 deletions

View File

@ -36,7 +36,7 @@ export default class extends AbstractAuthenticatedView
let response_data = await client.account.delete(current_password);
console.log(await client.isAuthenticate())
console.log(await client.isAuthenticated())
if (response_data === null || response_data === "user deleted")
{
navigateTo("/login");