TimStats commited on
Commit
838f2ba
·
verified ·
1 Parent(s): 2c6f372

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +5 -5
app.R CHANGED
@@ -418,16 +418,16 @@ server <- function(input, output,session) {
418
  # Handle login button click
419
  observeEvent(input$login, {
420
  # Show loading message
421
- showModal(modalDialog(
422
- "Checking credentials...",
423
- footer = NULL
424
- ))
425
 
426
  # Check Patreon access
427
  has_access <- check_patreon_access(input$email)
428
 
429
  # Remove loading message
430
- removeModal()
431
 
432
  if (has_access) {
433
  credentials$logged_in <- TRUE
 
418
  # Handle login button click
419
  observeEvent(input$login, {
420
  # Show loading message
421
+ # showModal(modalDialog(
422
+ # "Checking credentials...",
423
+ # footer = NULL
424
+ # ))
425
 
426
  # Check Patreon access
427
  has_access <- check_patreon_access(input$email)
428
 
429
  # Remove loading message
430
+ # removeModal()
431
 
432
  if (has_access) {
433
  credentials$logged_in <- TRUE