Spit Sign In - Sign Up
All checks were successful
Client Registration / build-deploy (push) Successful in 10s

This commit is contained in:
Grae Jones
2026-03-23 09:39:44 -07:00
parent 3a310c5d3f
commit 732f81333b
5 changed files with 157 additions and 51 deletions

View File

@@ -61,7 +61,7 @@ npm start # http://localhost:3001
Runs in **mock mode** when `API_BASE_URL` is empty in `authConfig.js`. To connect to the real Registration Function, update the constants in `src/auth/authConfig.js`:
```js
export const API_BASE_URL = 'https://portal.positivespend.com';
export const API_BASE_URL = 'https://adpregapi.usimdev.com';
export const API_FUNCTION_KEY = 'your-function-key';
```