Commit Graph

4 Commits

Author SHA1 Message Date
38f305067a feat: enhance application structure and improve accessibility
- Refactor various components for better readability and maintainability.
- Update HTML templates to include `alt` attributes for images and `for` attributes for labels.
- Implement reactive forms in OTP component and improve token management in AuthService.
- Adjust routing to redirect to 'admin/about' by default.
- Remove deprecated interceptor implementation and streamline authentication logic.
- Add console logs for better debugging during initialization.
2025-11-16 17:40:00 +05:30
d0025d55ef Refactor code structure for improved readability and maintainability 2025-11-15 12:51:32 +05:30
94f4305615 fix: replace deprecated *ngIf with @if control flow in OTP component
- Migrated all *ngIf directives to modern @if syntax in otp.component.html
- Updated email form, OTP entry, countdown display, and success message conditionals
- Resolves ngtsc deprecation warning 6385 for better Angular 17+ compatibility
2025-10-16 00:26:47 +05:30
816fefdc4f initial commit 2025-09-24 19:08:32 +05:30