renew card

This commit is contained in:
2026-03-24 20:20:54 +01:00
parent 47c7821b0c
commit b6deb4b371
19 changed files with 834 additions and 190 deletions

View File

@@ -414,6 +414,12 @@ void configureAppRouter() {
pageBuilder:
const ChangeCardPinBuilder().buildPage,
),
GoRoute(
path: 'renew-card',
name: 'home_renew_card',
pageBuilder:
const RenewCardBuilder().buildPage,
),
],
),
],