Skip to content

Commit

Permalink
fixed is_auth_required argument bug
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinoa committed Feb 23, 2022
1 parent b827d0f commit 53f6568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/polished_config.R
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ call. = FALSE
assign("is_email_verification_required", is_email_verification_required, envir = .polished)
assign("sentry_dsn", sentry_dsn, envir = .polished)
assign("cookie_expires", cookie_expires, envir = .polished)
assign("is_auth_required", TRUE, envir = .polished)
assign("is_auth_required", is_auth_required, envir = .polished)


if (!is.null(firebase_config)) {
Expand Down

0 comments on commit 53f6568

Please sign in to comment.