Skip to content

Commit de5e460

Browse files
committed
Remove incorrect attribute
1 parent fa82c5c commit de5e460

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/BrowserSignin/Providers/BrowserSigninProvider.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ extension BrowserSignin {
1818
/// Protocol used to represent a specific provider type for use in presenting a browser.
1919
///
2020
/// > Important: The default implementation will use the most appropriate browser session for use when authenticating. This facility should only be used when a built-in browser capability is unavailable in your target environment.
21-
nonisolated public protocol Provider: Sendable {
21+
public protocol Provider: Sendable {
2222
/// Used by ``BrowserSignin`` when it determines a browser should be presented to the user.
2323
/// - Parameters:
2424
/// - authorizeUrl: Authorization URL to open within the browser.
@@ -33,7 +33,7 @@ extension BrowserSignin {
3333
/// Protocol used to customize the presentation of the browser sign in interface.
3434
///
3535
/// > Important: The default implementation will use the most appropriate browser session for use when authenticating. This facility should only be used when a built-in browser capability is unavailable in your target environment.
36-
nonisolated public protocol ProviderFactory: Sendable {
36+
public protocol ProviderFactory: Sendable {
3737
/// Creates an object conforming to ``BrowserSignin/Provider`` for use in presenting a browser to the user when they are signing in.
3838
/// - Parameters:
3939
/// - browserSignin: The ``BrowserSignin`` instance triggering this operation.

0 commit comments

Comments
 (0)