fix, add auto login when register

This commit is contained in:
2023-12-04 12:32:15 +01:00
parent 25f315c24f
commit 910644a804
6 changed files with 29 additions and 11 deletions

View File

@ -1,3 +1,4 @@
import { client } from "../index.js";
import AbstractAuthentificateView from "./AbstractAuthentifiedView.js";
export default class extends AbstractAuthentificateView {