Refactor signIn and signUp

Refactor signIn.ts and signUp.ts files to improve maintainability.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-15 13:50:46 +00:00
parent 5b73eddd4f
commit 30d214b367
7 changed files with 296 additions and 256 deletions

View File

@@ -0,0 +1,4 @@
import { verifyServerConnection } from '@/utils/auth/networkUtils';
export { verifyServerConnection };