Added signup with user location selection from google places. Api Key is in config (must add your own form now, since its abusable) just add export default {
GOOGLE_API_KEY: 'yourkey'
};
to src/config/index.js in react-ui
Also, connected store to signup, and fixed router issues... again
Added signup with user location selection from google places. Api Key is in config (must add your own form now, since its abusable) just add export default { GOOGLE_API_KEY: 'yourkey' };
to src/config/index.js in react-ui
Also, connected store to signup, and fixed router issues... again