I love semicolons

pull/10/head
Chocobozzz 2016-04-27 22:18:50 +02:00
parent b0ec596c00
commit ad10a70b61
1 changed files with 1 additions and 1 deletions

View File

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