Initial implementation of the reset identity feature
This commit is contained in:
parent
45775d71fd
commit
4ab0b1074d
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