Fix open tag in auth page
This commit is contained in:
@ -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 (
|
||||
|
Reference in New Issue
Block a user