- Replaced direct axios calls with a centralized apiClient in Register, Login, and Activate components for improved maintainability and consistency. - Updated backend base URL logic to support different environments, enhancing flexibility in API interactions. - Added console logging in the authController for better tracking of user registration flow.
Vue 3 + Vite
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.