Skip to content

Commit cc5faae

Browse files
committed
docs: update
1 parent 43fa92f commit cc5faae

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ Suggests:
2121
lares
2222
URL: https://github.com/laresbernardo/lareshiny, https://laresbernardo.github.io/lareshiny/
2323
BugReports: https://github.com/laresbernardo/lareshiny/issues
24-
RoxygenNote: 7.2.3
24+
RoxygenNote: 7.3.2

R/login.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
#' server <- function(input, output, session) {
2525
#' login <- module_login(input, session, personal = "")
2626
#' observe({
27-
#' if (login$authenticated) message("We are in!")
27+
#' if (login$authenticated)
28+
#' message("User logged in successfully: ", login$user)
2829
#' })
2930
#' }
3031
#' shinyApp(ui, server)

man/lareshiny.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/module_login.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)