Skip to content

1.0.7

Latest
Compare
Choose a tag to compare
@SwiftfulThinking SwiftfulThinking released this 27 May 18:01
· 4 commits to main since this release
683a61b

Add mock overrides

// .signInAndOut (default behavior)
// .signedIn
// .signedOut
#Preview {
    MyView()
            .environment(\.authManager, AuthManager(configuration: .mock(.signedIn)))
}

What's Changed

Full Changelog: 1.0.6...1.0.7