changed stuff

This commit is contained in:
2024-06-27 07:58:29 +02:00
parent de212c367f
commit 2dca4a5a80
31 changed files with 153 additions and 136 deletions
+1 -2
View File
@@ -6,9 +6,8 @@ import { parseSetCookie } from "@/util/parseSetCookie";
import makeFetchCookie from 'fetch-cookie';
import fetchCookie from "fetch-cookie";
import { Attribute, Attributes } from "@sequelize/core";
import { User } from "@/model/User";
import { User, Auth } from "@/models";
import { AuthProps } from "@/providers/providers";
import { Auth } from "@/model/Auth";
import { ActionResult } from "./ActionResult";
type LoginReturn = {