chore: rename classs
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { client, navigateTo } from "../../index.js";
|
||||
import AbstractUnAuthentificateView from "../AbstractNonAuthentified.js";
|
||||
import AbstractNonAuthentifiedView from "../AbstractNonAuthentified.js";
|
||||
|
||||
async function login()
|
||||
{
|
||||
@ -27,7 +27,7 @@ async function login()
|
||||
});
|
||||
}
|
||||
|
||||
export default class extends AbstractUnAuthentificateView {
|
||||
export default class extends AbstractNonAuthentifiedView {
|
||||
constructor(params) {
|
||||
super(params, "/home");
|
||||
}
|
||||
|
Reference in New Issue
Block a user