Updated on 2026-08-14
This commit is contained in:
parent
5e854cd424
commit
7ff4227443
14 changed files with 63 additions and 21 deletions
|
|
@ -369,6 +369,7 @@ sealed class AppRoute(val path: String) : Route {
|
|||
@Serializable
|
||||
data class UpdateAccessCode(
|
||||
val userWalletId: UserWalletId,
|
||||
val isFirstSetup: Boolean,
|
||||
) : AppRoute(path = "/update_access_code/${userWalletId.stringValue}")
|
||||
|
||||
@Serializable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue