File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 let ( :custom_redirect_url ) { "http://localhost:3000/success" }
4343 let ( :custom_redirect_failure_url ) { "http://localhost:3000/failure" }
4444 let ( :automatically_manage_new_devices ) { false }
45- let ( :device_selection_mode ) { "multiple" }
4645 let ( :connect_webview_hash ) { { connect_webview_id : "123" } }
4746
4847 before do
5453 automatically_manage_new_devices : automatically_manage_new_devices ,
5554 custom_redirect_failure_url : custom_redirect_failure_url ,
5655 custom_redirect_url : custom_redirect_url ,
57- device_selection_mode : device_selection_mode
5856 } . to_json
5957 end
6058 end
6563 automatically_manage_new_devices : automatically_manage_new_devices ,
6664 custom_redirect_failure_url : custom_redirect_failure_url ,
6765 custom_redirect_url : custom_redirect_url ,
68- device_selection_mode : device_selection_mode
6966 )
7067 end
7168
You can’t perform that action at this time.
0 commit comments