autologin

This commit is contained in:
Bastian Wagner
2024-09-05 12:35:34 +02:00
parent 8cae6fd555
commit d5850c38b1
4 changed files with 17 additions and 3 deletions

View File

@@ -6,4 +6,5 @@ export interface User {
createdAt: string;
accessToken: string;
refreshToken: string;
code?: string;
}