Fix open tag in auth page

This commit is contained in:
Mathias Biilmann Christensen 2017-09-05 14:15:40 -07:00
parent bba34e5979
commit a6b1b3f0a7

View File

@ -67,7 +67,7 @@ export default class AuthenticationPage extends React.Component {
const { error } = this.props;
if (this.identity) {
return <section className={styles.root}>;
return <section className={styles.root}></section>;
}
return (