Initial implementation of the reset identity feature
This commit is contained in:
parent
2b7f78255f
commit
e16057a366
23 changed files with 1003 additions and 68 deletions
|
|
@ -34,6 +34,9 @@ interface SecureBackupEntryPoint : FeatureEntryPoint {
|
|||
|
||||
@Parcelize
|
||||
data object CreateNewRecoveryKey : InitialTarget
|
||||
|
||||
@Parcelize
|
||||
data object ResetIdentity : InitialTarget
|
||||
}
|
||||
|
||||
data class Params(val initialElement: InitialTarget) : NodeInputs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue