fix: typo isAuthenticate -> isAuthenticated
This commit is contained in:
@ -8,7 +8,7 @@ export default class extends AbstractRedirectView{
|
||||
|
||||
async redirect()
|
||||
{
|
||||
if (await client.isAuthenticate() === false)
|
||||
if (await client.isAuthenticated() === false)
|
||||
{
|
||||
navigateTo(this.redirect_url);
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user