Initial implementation of the reset identity feature

This commit is contained in:
Jorge Martín
2024-08-07 12:59:57 +02:00
parent 2b7f78255f
commit e16057a366
23 changed files with 1003 additions and 68 deletions

View File

@@ -34,6 +34,9 @@ interface SecureBackupEntryPoint : FeatureEntryPoint {
@Parcelize
data object CreateNewRecoveryKey : InitialTarget
@Parcelize
data object ResetIdentity : InitialTarget
}
data class Params(val initialElement: InitialTarget) : NodeInputs