clean: rename: authentification to authenticate

This commit is contained in:
2024-02-13 13:59:16 +01:00
parent 0244ec0e51
commit 6df27eeadf
16 changed files with 34 additions and 34 deletions

View File

@ -8,7 +8,7 @@ export default class extends AbstractRedirectView{
async redirect()
{
if (await client.isAuthentificate() === false)
if (await client.isAuthenticate() === false)
{
navigateTo(this.redirect_url);
return 1;

View File

@ -8,7 +8,7 @@ export default class extends AbstractRedirectView{
async redirect()
{
if (await client.isAuthentificate() === false)
if (await client.isAuthenticate() === false)
return 0;
navigateTo(this.redirect_url);
return 1;