We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 920f1ff commit c2b23e5Copy full SHA for c2b23e5
client/modules/User/pages/AccountView.jsx
@@ -48,7 +48,7 @@ function AccountView({ location }) {
48
const { t } = useTranslation();
49
50
const queryParams = parse(location.search);
51
- const showError = !!queryParams.eryror;
+ const showError = !!queryParams.error;
52
const errorType = queryParams.error;
53
const accessTokensUIEnabled = window.process.env.UI_ACCESS_TOKEN_ENABLED;
54
0 commit comments