Commit c473b916 authored by Trisno's avatar Trisno

fixing button cancel when login or register

parent 67327516
......@@ -115,7 +115,7 @@ class EmailConfirmation extends React.Component {
}
handleCancel() {
if (this.props.isEmailverif == true) {
if (this.props.proses !== 'Register') {
let pageProps = {
isEmailverif: false
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment