Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove ambiguous interactive check
  • Loading branch information
m-mohr authored Jan 17, 2022
commit f9d6723a0bf9a2c63bd1061ba1a242c3d41c83f1
2 changes: 1 addition & 1 deletion R/oauth-flow-device.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ oauth_flow_device <- function(client,
scope = NULL,
auth_params = list(),
token_params = list()) {
oauth_flow_check("device", client, interactive = TRUE)
oauth_flow_check("device", client)

request <- oauth_flow_device_request(client, auth_url, scope, auth_params)

Expand Down