mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-21 17:09:37 +01:00
Fix protected branch push rejections not being detected (#345)
This commit is contained in:
@@ -38,7 +38,11 @@ export function useSubscribeHttpAuthentication() {
|
||||
jotaiStore.set(httpAuthenticationSummariesAtom, result);
|
||||
return result;
|
||||
} catch (err) {
|
||||
showErrorToast('http-authentication-error', err);
|
||||
showErrorToast({
|
||||
id: 'http-authentication-error',
|
||||
title: 'HTTP Authentication Error',
|
||||
message: err,
|
||||
});
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user