feat(frontend): working email login
This commit is contained in:
parent
498d79de4e
commit
be34c4c77e
8 changed files with 85 additions and 13 deletions
7
Foxnouns.Frontend/app/lib/api/auth.ts
Normal file
7
Foxnouns.Frontend/app/lib/api/auth.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { User } from "~/lib/api/user";
|
||||
|
||||
export type AuthResponse = {
|
||||
user: User;
|
||||
token: string;
|
||||
expires_at: string;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue