summaryrefslogtreecommitdiffstats
path: root/web/react/components/authorize.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/components/authorize.jsx')
-rw-r--r--web/react/components/authorize.jsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/react/components/authorize.jsx b/web/react/components/authorize.jsx
index 4a4985268..35ad7ac10 100644
--- a/web/react/components/authorize.jsx
+++ b/web/react/components/authorize.jsx
@@ -27,7 +27,9 @@ export default class Authorize extends React.Component {
window.location.replace(data.redirect);
}
},
- () => {}
+ () => {
+ //Do nothing on error
+ }
);
}
handleDeny() {