diff options
author | Tulio Casagrande <tcasagra@thoughtworks.com> | 2017-02-20 16:15:29 -0300 |
---|---|---|
committer | Tulio Casagrande <tcasagra@thoughtworks.com> | 2017-02-21 13:32:06 -0300 |
commit | 77916147760ffc6cea8242955a551ce75d8b29e4 (patch) | |
tree | 01544857e145dee76f1499c7d3969e6ac99cd7a6 /web-ui | |
parent | fa21608801f8d2ef710d4c28abbb558883afeaf7 (diff) |
[#907] Change auth-error url
with @anikarni
Diffstat (limited to 'web-ui')
-rw-r--r-- | web-ui/src/login/login.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/src/login/login.js b/web-ui/src/login/login.js index ed25b9a2..74e5a14e 100644 --- a/web-ui/src/login/login.js +++ b/web-ui/src/login/login.js @@ -28,7 +28,7 @@ if (process.env.NODE_ENV === 'development') a11y(React); render( <I18nextProvider i18n={i18n}> - <AppWrapper authError={hasQueryParameter('auth')} /> + <AppWrapper authError={hasQueryParameter('auth-error')} /> </I18nextProvider>, document.getElementById('root') ); |