add remember me checkbox
This commit is contained in:
parent
334435cf78
commit
3b4f384582
6 changed files with 43 additions and 9 deletions
|
@ -15,5 +15,8 @@ export function initApp() {
|
|||
const mediaService = new MediaService(client)
|
||||
const authService = new AuthService(client)
|
||||
|
||||
setGlobal('postsService', postService)
|
||||
setGlobal('authService', authService)
|
||||
|
||||
return { postService, mediaService, authService }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue