1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Fix tslint check

This commit is contained in:
Chocobozzz 2016-04-14 22:12:03 +02:00
parent 1553e15d82
commit 2e2bef6f58
3 changed files with 4 additions and 5 deletions

View file

@ -27,9 +27,8 @@ export class UserLoginComponent {
error => {
if (error.error === 'invalid_grant') {
alert('Credentials are invalid.');
}
else {
alert(`${error.error}: ${error.error_description}`)
} else {
alert(`${error.error}: ${error.error_description}`);
}
}
);