#UI elements for the login panel
loginPanelUI <- function(id) {
ns <- shiny::NS(id)
}
loginPanelServer <- function(id){
shiny::moduleServer(id,
function(input, output, session) {
ns <- session$ns
}
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.