Files
ios/BitwardenShared/UI/Auth/RemoveMasterPassword/RemoveMasterPasswordEffect.swift
2025-05-02 20:35:33 +01:00

9 lines
266 B
Swift

/// Effects that can be processed by a `RemoveMasterPasswordProcessor`.
///
enum RemoveMasterPasswordEffect: Equatable {
/// The continue button was tapped.
case continueFlow
/// The leave organization button was tapped.
case leaveOrganizationFlow
}