Compare commits
4 Commits
dec43f819d
...
devops-sta
| Author | SHA1 | Date | |
|---|---|---|---|
| d1ab78d35a | |||
| cd8cc52f18 | |||
| 4a5e15c55c | |||
| 0abfb5245a |
@@ -5,5 +5,5 @@ WORKDIR /app
|
||||
COPY package.json package-lock.json /app/
|
||||
RUN npm install
|
||||
COPY . /app
|
||||
CMD npm run watch
|
||||
CMD npm run start
|
||||
EXPOSE 7700
|
||||
@@ -73,7 +73,7 @@ export default class ComponentName extends React.Component {
|
||||
// description: 'Please check your email to continue'
|
||||
// });
|
||||
this.props.history.push({
|
||||
pathname:LINKS.VOUCHERS
|
||||
pathname:LINKS.DASHBOARD
|
||||
});
|
||||
this.setState({isLoading: false, isSuccess: true})
|
||||
// this
|
||||
|
||||
@@ -209,7 +209,7 @@ class RegisterPage extends React.Component {
|
||||
no_rekening : this.state.no_rekening
|
||||
}
|
||||
};
|
||||
this.props.history.push(LINKS.VOUCHERS);
|
||||
this.props.history.push(LINKS.DASHBOARD);
|
||||
// this.authStore.register(data).then(res => {
|
||||
// //message.success("Please check your email to confirm your account");this.props.history.push(LINKS.LOGIN);
|
||||
// setTimeout(() => {
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
background-color: white;
|
||||
border: #ccc 1px solid;
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user