app login

This commit is contained in:
Bastian Wagner
2024-09-05 11:46:15 +02:00
parent afeea2f0f2
commit 767e3cbb41
19 changed files with 315 additions and 67 deletions

View File

@@ -4,4 +4,6 @@ export interface User {
firstName: string;
lastName: string;
createdAt: string;
accessToken: string;
refreshToken: string;
}