We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5294eec commit da978d6Copy full SHA for da978d6
client/src/app/login/login.component.ts
@@ -9,8 +9,8 @@ import { Router } from '@angular/router';
9
styleUrls: ['./login.component.css']
10
})
11
export class LoginComponent implements OnInit {
12
- email: string = 'rp@rp.com';
13
- password: string = 'rp';
+ email: string = '';
+ password: string = '';
14
15
public login() {
16
this.authService.login(this.email, this.password)
0 commit comments