veza/apps/web/src/features/auth/components
senke f74b020d4b api-contracts: install openapi-generator-cli and create type generation script
- Completed Action 1.1.2.1: Installed @openapitools/openapi-generator-cli
- Completed Action 1.1.2.2: Created generate-types.sh script
- Added swagger annotations to cmd/modern-server/main.go
- Regenerated swagger.yaml with proper info section
- Successfully generated TypeScript types to src/types/generated/

The script generates types from veza-backend-api/openapi.yaml using
typescript-axios generator and creates barrel exports.
2026-01-11 16:30:43 +01:00
..
AuthButton.test.tsx [FE-TEST-005] test: Add component tests for auth components 2025-12-25 17:12:50 +01:00
AuthButton.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
AuthErrorMessage.test.tsx [FE-TEST-005] test: Add component tests for auth components 2025-12-25 17:12:50 +01:00
AuthErrorMessage.tsx fix(MVP-006): Standardize environment variable names (VITE_API_BASE_URL → VITE_API_URL) 2025-12-22 22:56:37 +01:00
AuthFormField.test.tsx [FE-TEST-005] test: Add component tests for auth components 2025-12-25 17:12:50 +01:00
AuthFormField.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
AuthInput.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
AuthInput.tsx chore: remove production logs in features 2026-01-07 10:32:53 +01:00
AuthLayout.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
AuthLayout.tsx api-contracts: install openapi-generator-cli and create type generation script 2026-01-11 16:30:43 +01:00
EmailVerificationBadge.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
EmailVerificationBadge.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
ForgotPasswordForm.test.tsx [FE-TEST-005] test: Add component tests for auth components 2025-12-25 17:12:50 +01:00
ForgotPasswordForm.tsx stabilisation commit A 2026-01-07 19:39:21 +01:00
LoginForm.test.tsx [INT-AUTH-002] Remove duplicate auth store - migrate to features/auth/store/authStore.ts 2025-12-26 09:11:46 +01:00
LoginForm.tsx chore: remove production logs in features 2026-01-07 10:32:53 +01:00
OAuthButton.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
OAuthButton.tsx stabilisation commit 2026-01-04 01:44:23 +01:00
OAuthButtons.tsx fix(MVP-006): Standardize environment variable names (VITE_API_BASE_URL → VITE_API_URL) 2025-12-22 22:56:37 +01:00
PasswordStrengthIndicator.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
PasswordStrengthIndicator.tsx fix(MVP-006): Standardize environment variable names (VITE_API_BASE_URL → VITE_API_URL) 2025-12-22 22:56:37 +01:00
RegisterForm.test.tsx [INT-AUTH-002] Remove duplicate auth store - migrate to features/auth/store/authStore.ts 2025-12-26 09:11:46 +01:00
RegisterForm.tsx chore: remove production logs in features 2026-01-07 10:32:53 +01:00
TwoFactorVerify.test.tsx chore: remove production logs in features 2026-01-07 10:32:53 +01:00
TwoFactorVerify.tsx stabilisation commit A 2026-01-07 19:39:21 +01:00
UserProfile.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
UserProfile.tsx stabilisation commit A 2026-01-07 19:39:21 +01:00