We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba8cd7 commit e809a26Copy full SHA for e809a26
site/src/pages/ExternalAuthPage/ExternalAuthPage.tsx
@@ -53,6 +53,8 @@ const ExternalAuthPage: FC = () => {
53
if (isAxiosError(exchangeExternalAuthDeviceQuery.failureReason)) {
54
deviceExchangeError =
55
exchangeExternalAuthDeviceQuery.failureReason.response?.data;
56
+ } else if (isAxiosError(externalAuthDeviceQuery.failureReason)) {
57
+ deviceExchangeError = externalAuthDeviceQuery.failureReason.response?.data;
58
}
59
60
if (
0 commit comments