Update app.R
Browse files
app.R
CHANGED
|
@@ -650,7 +650,7 @@ server <- function(input, output, session) {
|
|
| 650 |
} else {
|
| 651 |
showModal(modalDialog(
|
| 652 |
title = "Access Denied",
|
| 653 |
-
"This email does not have access. Please make sure you're using the email associated with your Patreon account and you have an active
|
| 654 |
easyClose = TRUE
|
| 655 |
))
|
| 656 |
}
|
|
|
|
| 650 |
} else {
|
| 651 |
showModal(modalDialog(
|
| 652 |
title = "Access Denied",
|
| 653 |
+
"This email does not have access. Please make sure you're using the email associated with your Patreon account and you have an active Hall of Fame tier subscription.",
|
| 654 |
easyClose = TRUE
|
| 655 |
))
|
| 656 |
}
|