Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 98a2474

Browse files
authored
feat: Add selected_provider to ConnectWebview (#81)
1 parent ddf7401 commit 98a2474

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

seamapi/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ class ConnectWebview:
140140
custom_redirect_failure_url: Optional[str] = None
141141
accepted_providers: Optional[List[AcceptedProvider]] = None
142142
accepted_devices: Optional[List[str]] = None
143+
selected_provider: Optional[str] = None
143144

144145

145146
@dataclass_json

0 commit comments

Comments
 (0)