logout_button: Action Button for logging out

View source: R/deprecated_login_UI.R

logout_buttonR Documentation

Action Button for logging out

Description

[Deprecated]

To be used in conjuction with deprecated login_server() Simple action button - after pressing it, the user will be logged out.

Usage

logout_button(id = "login_system", lang = "en", custom_txts = NULL)

Arguments

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

Value

'actionButton' for logout


shiny.reglog documentation built on Aug. 31, 2022, 1:06 a.m.