I love semicolons

This commit is contained in:
Chocobozzz 2016-04-27 22:18:50 +02:00
parent b0ec596c00
commit ad10a70b61

View File

@ -33,7 +33,7 @@ export class AuthService {
error => { error => {
alert(error); alert(error);
} }
) );
} }
login(username: string, password: string) { login(username: string, password: string) {