send_password_reset_email_module_ui {polished} | R Documentation |
the UI for a Shiny module to send a password reset email
Description
the UI for a Shiny module to send a password reset email
Usage
send_password_reset_email_module_ui(id, link_text = "Forgot your password?")
Arguments
id |
the Shiny module |
link_text |
text to use for the password reset link. |
Value
the UI to create a password reset link.
[Package polished version 0.8.1 Index]