Update app.R
Browse files
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 |
-
|
| 189 |
-
|
| 190 |
-
|
| 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"),
|