mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-09 16:24:24 +03:00
Fix toast type on GitHub authenticate failure
This commit is contained in:
parent
bdf65ead48
commit
5203180cdc
@ -44,7 +44,7 @@
|
||||
toasts.success('GitHub authenticated');
|
||||
} catch (err: any) {
|
||||
console.error(err);
|
||||
toasts.success('GitHub authentication failed');
|
||||
toasts.error('GitHub authentication failed');
|
||||
} finally {
|
||||
loading = false;
|
||||
gitHubOauthModal.close();
|
||||
|
Loading…
Reference in New Issue
Block a user