signin render return modify

This commit is contained in:
geek 2017-08-24 16:55:01 +09:00
parent 03ba9a1e7b
commit c07ff8996f

View File

@ -98,6 +98,7 @@ export class SignIn extends React.Component<Props, State> {
if( this.props.isAuthenticated ) {
this.props.onRedirectHome();
return null;
} else {
return signinElement;
}