View source: R/deprecated_login_UI.R
logout_button | R Documentation |
To be used in conjuction with deprecated login_server()
Simple action button - after pressing it, the user will be logged out.
logout_button(id = "login_system", lang = "en", custom_txts = NULL)
id |
the id of the module. Defaults to "login_system" for all of the modules contained within the package. If you plan to use serveral login systems inside your app or for any other reason need to change it, remember to keep consistent id for all elements of module. |
lang |
lang specifies the app used language. Accepts "en" or "pl". Defaults to "en" |
custom_txts |
named list containing customized texts. For more details, see documentation for 'reglog_txt'. Provided list can contain only elements used by this function, but it is recommended to provide the same list for every 'shiny.reglog' function |
'actionButton' for logout
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.