TimStats commited on
Commit
a62f632
·
verified ·
1 Parent(s): 4667cd5

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +4 -4
app.R CHANGED
@@ -159,10 +159,10 @@ gt_theme_tim <- function(gt_object,...) {
159
  }
160
 
161
  user_base <- tibble::tibble(
162
- user = c("TrentR", "user2"),
163
- password = c(Sys.getenv("Password"), "pass2"),
164
- permissions = c("admin", "standard"),
165
- name = c("User One", "User Two")
166
  )
167
 
168
  # Define UI for application that draws a histogram
 
159
  }
160
 
161
  user_base <- tibble::tibble(
162
+ user = c(Sys.getenv("Username"),
163
+ password = c(Sys.getenv("Password")),
164
+ permissions = c("admin"),
165
+ name = c("User One")
166
  )
167
 
168
  # Define UI for application that draws a histogram