add remember me checkbox

This commit is contained in:
john 2025-05-29 13:21:37 +02:00
parent 334435cf78
commit 3b4f384582
6 changed files with 43 additions and 9 deletions

2
src/types.d.ts vendored
View file

@ -19,4 +19,6 @@ declare global {
export interface FemtoApp {
version: string
user: User | null
authService: AuthService | null
postsService: PostsService | null
}