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