From 934345ab1f789e7c6f3d44ebdfa1636a4cdb6248 Mon Sep 17 00:00:00 2001 From: Aditya Pawar Date: Sat, 21 Oct 2023 10:23:48 -0700 Subject: [PATCH 1/3] Replace router.push with router.replace for auth actions --- src/app/auth/index.tsx | 7 +++++-- src/app/auth/onboarding.tsx | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/auth/index.tsx b/src/app/auth/index.tsx index b33a3c23..22156936 100644 --- a/src/app/auth/index.tsx +++ b/src/app/auth/index.tsx @@ -8,8 +8,11 @@ function LoginScreen() { return ( Auth -