sign_in_module_ui {polished} | R Documentation |
UI for the Sign In & Register pages
Description
UI for the Sign In & Register pages when a user invite is required to Register & Sign In.
Usage
sign_in_module_ui(
id,
register_link = "First time user? Register here!",
password_reset_link = "Forgot your password?"
)
Arguments
id |
the Shiny module |
register_link |
The text that will be displayed in the link to go to the
user registration page. The default is |
password_reset_link |
The text that will be displayed in the link to go to the
receive an email to reset your password. The default is |
Value
the sign in module UI.
[Package polished version 0.8.1 Index]