From 51a185fd9954ed934cddd9d64fea0de012b33363 Mon Sep 17 00:00:00 2001
From: Devin Flood
Date: Wed, 25 Mar 2026 14:34:42 -0700
Subject: [PATCH 1/2] Update save user endpoint to v2, save user data in both
sign in and sign up flows
---
.gitignore | 2 +-
app/pages/Auth/SignUpPage.tsx | 2 +-
app/utils/AuthService.ts | 18 +++++++++++++-----
app/utils/useAppContext.tsx | 6 +++---
4 files changed, 18 insertions(+), 10 deletions(-)
diff --git a/.gitignore b/.gitignore
index c8783acef..d28941d6e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,6 @@ app/utils/config.js
config.yml
.DS_Store
yarn.lock
-
+.vscode
cypress/videos/**
cypress/screenshots/**
diff --git a/app/pages/Auth/SignUpPage.tsx b/app/pages/Auth/SignUpPage.tsx
index fe5c3e8ea..5d2bb349b 100644
--- a/app/pages/Auth/SignUpPage.tsx
+++ b/app/pages/Auth/SignUpPage.tsx
@@ -48,7 +48,7 @@ export const SignUpPage = () => {
We want to make sure that your account information is safe, so you
will be sent a verification code to your email each time you log in.
Please enter in your email address and then check your email to find
- a 5-number verification code.
+ a 6 digit verification code.