add remember me checkbox
This commit is contained in:
parent
334435cf78
commit
3b4f384582
6 changed files with 43 additions and 9 deletions
2
src/types.d.ts
vendored
2
src/types.d.ts
vendored
|
@ -19,4 +19,6 @@ declare global {
|
|||
export interface FemtoApp {
|
||||
version: string
|
||||
user: User | null
|
||||
authService: AuthService | null
|
||||
postsService: PostsService | null
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue