mirror of https://github.com/Chocobozzz/PeerTube
I love semicolons
parent
b0ec596c00
commit
ad10a70b61
|
@ -33,7 +33,7 @@ export class AuthService {
|
||||||
error => {
|
error => {
|
||||||
alert(error);
|
alert(error);
|
||||||
}
|
}
|
||||||
)
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
login(username: string, password: string) {
|
login(username: string, password: string) {
|
||||||
|
|
Loading…
Reference in New Issue