TimStats commited on
Commit
b1b6285
·
verified ·
1 Parent(s): 3ab4c83

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -577,7 +577,7 @@ ui <- fluidPage(
577
 
578
  # Server Definition
579
  server <- function(input, output, session) {
580
-
581
  output$page <- renderUI({
582
  if (!credentials$logged_in) {
583
  # Login page
 
577
 
578
  # Server Definition
579
  server <- function(input, output, session) {
580
+ credentials <- reactiveValues(logged_in = FALSE)
581
  output$page <- renderUI({
582
  if (!credentials$logged_in) {
583
  # Login page