summaryrefslogtreecommitdiffstats
path: root/web/react/components/login.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/components/login.jsx')
-rw-r--r--web/react/components/login.jsx10
1 files changed, 4 insertions, 6 deletions
diff --git a/web/react/components/login.jsx b/web/react/components/login.jsx
index 380790b8f..581b8e0b5 100644
--- a/web/react/components/login.jsx
+++ b/web/react/components/login.jsx
@@ -101,12 +101,10 @@ export default class Login extends React.Component {
<div>
{loginMessage}
<div className='or__container'>
- <span>
- <FormattedMessage
- id='login.or'
- defaultMessage='or'
- />
- </span>
+ <FormattedMessage
+ id='login.or'
+ defaultMessage='or'
+ />
</div>
</div>
);