Commit e9bf1e2
committed
Refactor account-related views and tests
- Updated FormRegister.test.ts to use TypeScript and improved test structure.
- Replaced PageEmailVerificationRequest.test.js with PageEmailVerificationRequest.test.ts, enhancing test coverage and structure.
- Created PageForgotPassword.test.ts to replace the previous JavaScript test file, adding comprehensive tests for the forgot password flow.
- Converted PageRegister.test.js to PageRegister.test.ts, ensuring TypeScript usage and improved test clarity.
- Refactored PageEmailVerificationRequest.vue to streamline the email verification process and improve code readability.
- Enhanced PageForgotPassword.vue to include a multi-step process for password recovery, improving user experience.
- Updated PageLogin.vue to utilize router links instead of emitted events for navigation, simplifying the component logic.
- Refactored PageRegister.vue to include a redirect if registration is disabled, improving user flow.1 parent 50e0fc8 commit e9bf1e2
1 file changed
Lines changed: 2 additions & 7 deletions
File tree
- app/assets/components
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | | - | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
| |||
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 16 | + | |
| 17 | + | |
23 | 18 | | |
24 | 19 | | |
25 | 20 | | |
| |||
0 commit comments