feat: add resend email
This commit is contained in:
parent
ed6efa59ef
commit
ca2467a090
|
@ -548,6 +548,14 @@ class RegisterPage extends React.Component {
|
|||
variant="contained" style={{ backgroundColor: '#ffeb3b' }} onClick={this.register}>
|
||||
{this.state.isLoading ? <CircularProgress className={classes.progress} /> : "Daftar"}
|
||||
</Button>
|
||||
|
||||
<Typography variant="subtitle2" gutterBottom>
|
||||
Belum menerima email? <Link to={"/resend_email"} replace>Kirim ulang email</Link>
|
||||
</Typography>
|
||||
|
||||
<Typography variant="subtitle2" gutterBottom>
|
||||
Belum menerima OTP? <Link to={"/resend_otp"} replace>Kirim ulang OTP</Link>
|
||||
</Typography>
|
||||
</div>
|
||||
</Paper>
|
||||
</Grid>
|
||||
|
|
Loading…
Reference in New Issue
Block a user