Updated on 2026-08-14

This commit is contained in:
Tangem 2025-08-13 12:43:56 +05:00
parent e98a8dd6c8
commit 0617e32475
22 changed files with 276 additions and 19 deletions

View file

@ -330,6 +330,6 @@ internal class WalletSettingsModel @Inject constructor(
}
private fun onAccessCodeClick() {
// TODO [REDACTED_TASK_KEY]
router.push(AppRoute.UpdateAccessCode(params.userWalletId))
}
}