Skip to content

Commit da978d6

Browse files
committed
Fix bug
1 parent 5294eec commit da978d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/app/login/login.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import { Router } from '@angular/router';
99
styleUrls: ['./login.component.css']
1010
})
1111
export class LoginComponent implements OnInit {
12-
email: string = 'rp@rp.com';
13-
password: string = 'rp';
12+
email: string = '';
13+
password: string = '';
1414

1515
public login() {
1616
this.authService.login(this.email, this.password)

0 commit comments

Comments
 (0)