Skip to content

Commit 2850668

Browse files
committed
passing ... to shinyApp when auth0_disable = TRUE
1 parent 19d90e7 commit 2850668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/shiny.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ shinyAppAuth0 <- function(ui, server, config_file = NULL, ...) {
120120

121121
disable <- getOption("auth0_disable")
122122
if (!is.null(disable) && disable) {
123-
shiny::shinyApp(ui, server)
123+
shiny::shinyApp(ui, server, ...)
124124
} else {
125125
if (is.null(config_file)) {
126126
config_file <- auth0_find_config_file()

0 commit comments

Comments
 (0)