Results 68 comments of Recca Tsai

```ts export class LoginService { constructor(protected http: HttpClient) {} login(email: string, password: string, rememberMe = false) { return this.http.post('/auth/login/', { username: email, password, remember_me: rememberMe, }); } refresh(token: string) {...

I'm rewriting this project now, it will fix this issue at next version

I'm rewriting this project now, it will fix this issue at next version

1. uninstall vscode 2. remove ~/.vscode 3. install vscode you can try those three steps, it maybe work.

I'm rewriting this project now, it will fix this issue at next version

I'll try fix this later

I'm rewriting this project now, it will fix this issue at next version

I'm rewriting this project now, it will fix this issue at next version