diff --git a/package.json b/package.json index a62876c2..265cf55c 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "storybook": "start-storybook -p 6006 -s public", "build-storybook": "build-storybook -s public", "precodegen": "rimraf src/api/*", - "codegen": "npx openapi-generator generate -i https://dev-api.hknucsd.com/api/docs/json -g typescript-fetch --additional-properties=typescriptThreePlus=true -o src/services/api" + "codegen": "npx openapi-generator generate -i https://api.hknucsd.com/api/docs/json -g typescript-fetch --additional-properties=typescriptThreePlus=true -o src/services/api" }, "eslintConfig": { "extends": "react-app" diff --git a/src/pages/SignUpPage/index.js b/src/pages/SignUpPage/index.js index ac85e5ee..0c68e9c1 100644 --- a/src/pages/SignUpPage/index.js +++ b/src/pages/SignUpPage/index.js @@ -59,6 +59,7 @@ class SignUpPage extends React.Component { await doSignOut(); setSubmitting(false); + alert('You have successfully signed up for an account.'); }; render() {