Сильно улучшен UX при работе с Yandex vault
This commit is contained in:
@@ -21,4 +21,7 @@ interface IVault : IVaultInfo {
|
||||
suspend fun createStorage(): IStorage
|
||||
suspend fun createStorage(enc: StorageEncryptionInfo): IStorage
|
||||
suspend fun remove(storage: IStorage)
|
||||
|
||||
/** Пересканировать список storages (для удалённых vault — повторный листинг и init). */
|
||||
suspend fun rescanStorages() {}
|
||||
}
|
||||
|
||||
@@ -43,6 +43,7 @@ enum class VaultTaskStep {
|
||||
AddRemoteVault,
|
||||
RemoveRemoteVault,
|
||||
RetryRemoteVault,
|
||||
RescanVaultStorages,
|
||||
Save2FaToken,
|
||||
Delete2FaToken,
|
||||
SaveTextSecret,
|
||||
|
||||
Reference in New Issue
Block a user