mirror of
https://github.com/bitwarden/ios.git
synced 2026-04-12 15:27:15 -05:00
6 lines
125 B
Swift
6 lines
125 B
Swift
// MARK: - AuthAction
|
|
|
|
/// An action that may require routing to a new Auth screen.
|
|
///
|
|
public enum AuthAction: Equatable {}
|