I love semicolons
This commit is contained in:
parent
b0ec596c00
commit
ad10a70b61
|
@ -33,7 +33,7 @@ export class AuthService {
|
|||
error => {
|
||||
alert(error);
|
||||
}
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
login(username: string, password: string) {
|
||||
|
|
Loading…
Reference in New Issue