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:
parent
1553e15d82
commit
2e2bef6f58
3 changed files with 4 additions and 5 deletions
|
@ -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}`);
|
||||
}
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue