feat(auth): move recover password page to modal #196

Merged
csimonis merged 2 commits from 1 into main 2025-05-15 11:00:22 +00:00
2 changed files with 7 additions and 7 deletions
Showing only changes of commit dd919799d6 - Show all commits

chore: prettier
All checks were successful
CI / Get Changed Files (pull_request) Successful in 7s
CI / Checkstyle Main (pull_request) Has been skipped
CI / Docker backend validation (pull_request) Has been skipped
CI / eslint (pull_request) Successful in 25s
CI / oxlint (pull_request) Successful in 28s
CI / prettier (pull_request) Successful in 31s
CI / Docker frontend validation (pull_request) Successful in 45s
CI / test-build (pull_request) Successful in 46s

csimonis 2025-05-15 12:58:12 +02:00

View file

@ -15,7 +15,7 @@ import { RecoverPasswordComponent } from './feature/auth/recover-password/recove
FooterComponent,
LoginComponent,
RegisterComponent,
RecoverPasswordComponent
RecoverPasswordComponent,
],
templateUrl: './app.component.html',
})