Skip to content

Commit

Permalink
Change access_type from all to logged_in since connect.posit.it doesn…
Browse files Browse the repository at this point in the history
…'t support the former
  • Loading branch information
cpsievert committed Aug 3, 2023
1 parent 8e77b0d commit 824d0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/deploy-connect-urls.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ connect_set_public <- function(
paste0("/applications/", app$id),
list(
id = app$id,
access_type = "all"
access_type = "logged_in"
)
)
}
Expand Down

0 comments on commit 824d0c7

Please sign in to comment.