TimStats commited on
Commit
c7ed3b4
·
verified ·
1 Parent(s): 9d27c9e

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +3 -4
app.R CHANGED
@@ -185,10 +185,9 @@ ui <- fluidPage(
185
 
186
  # Rest of your existing UI code stays exactly the same
187
  div(class = "pull-right", shinyauthr::logoutUI(id = "logout")),
188
- # div(class = "pull-right", shinyauthr::logoutUI(id = "logout")),
189
- #
190
- # shinyauthr::loginUI(id = "login"),
191
- #
192
  div(
193
  id = "bar",
194
  titlePanel("TimMedia"),
 
185
 
186
  # Rest of your existing UI code stays exactly the same
187
  div(class = "pull-right", shinyauthr::logoutUI(id = "logout")),
188
+
189
+ shinyauthr::loginUI(id = "login"),
190
+
 
191
  div(
192
  id = "bar",
193
  titlePanel("TimMedia"),