rename view
This commit is contained in:
parent
9ae0dd0e28
commit
bf3393e9a9
@ -1,4 +1,4 @@
|
|||||||
import AbstractAuthentificateView from "./AbstractAuthentificateView.js";
|
import AbstractAuthentificateView from "./AbstractAuthentifiedView.js";
|
||||||
|
|
||||||
export default class extends AbstractAuthentificateView {
|
export default class extends AbstractAuthentificateView {
|
||||||
constructor(params) {
|
constructor(params) {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import { client, navigateTo } from "../../index.js";
|
import { client, navigateTo } from "../../index.js";
|
||||||
import AbstractUnAuthentificateView from "../AbstractUnAuthentificateView.js";
|
import AbstractUnAuthentificateView from "../AbstractNonAuthentified.js";
|
||||||
|
|
||||||
async function login()
|
async function login()
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import { client, navigateTo } from "../../index.js";
|
import { client, navigateTo } from "../../index.js";
|
||||||
import AbstractAuthentificateView from "../AbstractAuthentificateView.js";
|
import AbstractAuthentificateView from "../AbstractAuthentifiedView.js";
|
||||||
|
|
||||||
export default class extends AbstractAuthentificateView
|
export default class extends AbstractAuthentificateView
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import { client, navigateTo } from "../../index.js";
|
import { client, navigateTo } from "../../index.js";
|
||||||
import AbstractUnAuthentificateView from "../AbstractUnAuthentificateView.js";
|
import AbstractUnAuthentificateView from "../AbstractNonAuthentified.js";
|
||||||
|
|
||||||
async function register()
|
async function register()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user