feat: resend otp

This commit is contained in:
Hasta Ragil Saputra
2019-02-01 17:50:49 +07:00
parent 40921c6af5
commit 534d1dfa96
6 changed files with 387 additions and 9 deletions

View File

@@ -545,7 +545,7 @@ class RegisterPage extends React.Component {
<div style={{ padding: 5, marginTop: 20 }}>
<Button
fullWidth
variant="contained" style={{ backgroundColor: '#ffeb3b' }} onClick={this.register}>
variant="contained" style={{ backgroundColor: '#ffeb3b',marginBottom: 16 }} onClick={this.register}>
{this.state.isLoading ? <CircularProgress className={classes.progress} /> : "Daftar"}
</Button>