Compare commits
4 Commits
b2a0cc9cdc
...
c154ccc0f6
Author | SHA1 | Date | |
---|---|---|---|
c154ccc0f6 | |||
d46407cc68 | |||
26e6047805 | |||
470a70cb1f |
|
@ -4,7 +4,7 @@
|
||||||
"description": "Server-side rendering with mobx and react-router",
|
"description": "Server-side rendering with mobx and react-router",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node src/index.js",
|
"start": "node -r esm src/index.js",
|
||||||
"babel-node": "node node_modules/@babel/node/bin/babel-node.js --presets=@babel/preset-env --plugins=@babel/plugin-transform-runtime",
|
"babel-node": "node node_modules/@babel/node/bin/babel-node.js --presets=@babel/preset-env --plugins=@babel/plugin-transform-runtime",
|
||||||
"watch:client": "webpack --watch",
|
"watch:client": "webpack --watch",
|
||||||
"watch:server": "npm run babel-node -- ./src/index.js",
|
"watch:server": "npm run babel-node -- ./src/index.js",
|
||||||
|
@ -55,6 +55,7 @@
|
||||||
"cssnano": "^4.1.8",
|
"cssnano": "^4.1.8",
|
||||||
"debug": "^4.1.1",
|
"debug": "^4.1.1",
|
||||||
"decimal.js-light": "^2.3.1",
|
"decimal.js-light": "^2.3.1",
|
||||||
|
"esm": "^3.2.25",
|
||||||
"exenv": "^1.2.2",
|
"exenv": "^1.2.2",
|
||||||
"express": "^4.16.2",
|
"express": "^4.16.2",
|
||||||
"faker": "^4.1.0",
|
"faker": "^4.1.0",
|
||||||
|
@ -107,7 +108,6 @@
|
||||||
"react-easy-print": "^0.6.0-beta.3",
|
"react-easy-print": "^0.6.0-beta.3",
|
||||||
"react-flexible-carousel": "^1.2.6",
|
"react-flexible-carousel": "^1.2.6",
|
||||||
"react-froala-wysiwyg": "^2.8.4",
|
"react-froala-wysiwyg": "^2.8.4",
|
||||||
"react-gif": "^0.1.0",
|
|
||||||
"react-google-charts": "^3.0.8",
|
"react-google-charts": "^3.0.8",
|
||||||
"react-grid-gallery": "^0.5.2",
|
"react-grid-gallery": "^0.5.2",
|
||||||
"react-handsontable": "^0.3.1",
|
"react-handsontable": "^0.3.1",
|
||||||
|
|
|
@ -73,7 +73,7 @@ export default class ComponentName extends React.Component {
|
||||||
// description: 'Please check your email to continue'
|
// description: 'Please check your email to continue'
|
||||||
// });
|
// });
|
||||||
this.props.history.push({
|
this.props.history.push({
|
||||||
pathname:LINKS.REGISTER_COMPLETED
|
pathname:LINKS.VOUCHERS
|
||||||
});
|
});
|
||||||
this.setState({isLoading: false, isSuccess: true})
|
this.setState({isLoading: false, isSuccess: true})
|
||||||
// this
|
// this
|
||||||
|
|
|
@ -75,7 +75,7 @@ export default class RegisterCompletedComponent extends React.Component{
|
||||||
<Grid item xs={6}>
|
<Grid item xs={6}>
|
||||||
<img src={require('../../../../assets/images/login/register_image_2.png')} width={"80%"}/>
|
<img src={require('../../../../assets/images/login/register_image_2.png')} width={"80%"}/>
|
||||||
<Typography style={{color : '#FFF'}} variant={"h6"}>
|
<Typography style={{color : '#FFF'}} variant={"h6"}>
|
||||||
Selamat Datang di BTN Point
|
Selamat Datang di KB Bukopin
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography style={{color : '#FFF'}} variant={"subtitle2"}>
|
<Typography style={{color : '#FFF'}} variant={"subtitle2"}>
|
||||||
Daftar untuk mendapatkan berbagai macam manfaat dan keuntungan
|
Daftar untuk mendapatkan berbagai macam manfaat dan keuntungan
|
||||||
|
|
Loading…
Reference in New Issue
Block a user