fix: теперь все правильно (configs)

This commit is contained in:
2026-04-20 19:17:53 +03:00
parent 788541ab2b
commit b928f4d356
3 changed files with 5 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ set_global_options = function(
}
#' @export
AUTH_ENABLED <- Sys.getenv("FORM_AUTH_ENABLED", FALSE)
AUTH_ENABLED <- config::get("form_auth_enabled")
#' @export
check_and_init_scheme = function() {