Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 87867b7

Browse files
feat: Add missing connected_account_id to ConnectWebview (#49)
Co-authored-by: Evan Sosenko <evan@getseam.com>
1 parent b6476e8 commit 87867b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/seam/resources/connect_webview.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module Seam
44
class ConnectWebview < BaseResource
5-
attr_accessor :connect_webview_id, :custom_redirect_url, :custom_redirect_failure_url, :url,
5+
attr_accessor :connect_webview_id, :connected_account_id, :custom_redirect_url, :custom_redirect_failure_url, :url,
66
:workspace_id, :device_selection_mode, :accepted_providers, :selected_provider, :accepted_devices,
77
:any_provider_allowed, :any_device_allowed, :login_successful, :status
88

0 commit comments

Comments
 (0)