summaryrefslogtreecommitdiff
path: root/web-ui/src/login/error/auth_error.js
diff options
context:
space:
mode:
authorAnike Arni <aarni@thoughtworks.com>2017-02-23 17:01:58 -0300
committerAnike Arni <aarni@thoughtworks.com>2017-02-23 17:01:58 -0300
commitdb8ded2876a981b259f2ccfc5b07133e6eec666b (patch)
tree6bfc8876148485b8abcf0367e1d2df436802826a /web-ui/src/login/error/auth_error.js
parent5fbfde0e465539c5e8a03764a695cc45a85b1ca2 (diff)
[#907] Normalizes scss file names
with @thaissiqueira
Diffstat (limited to 'web-ui/src/login/error/auth_error.js')
-rw-r--r--web-ui/src/login/error/auth_error.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/src/login/error/auth_error.js b/web-ui/src/login/error/auth_error.js
index ceeaf42b..5dbbc3e7 100644
--- a/web-ui/src/login/error/auth_error.js
+++ b/web-ui/src/login/error/auth_error.js
@@ -18,7 +18,7 @@
import React from 'react';
import { translate } from 'react-i18next';
-import './auth-error.scss';
+import './auth_error.scss';
export const AuthError = ({ t }) => (
<p className='auth-error'>{t('error.auth')}</p>