the server logic for a Shiny module to send a password reset email
This function sends a request to the https://polished.tech API to reset a user's password.
send_password_reset_email_module(input, output, session, email)
input |
the Shiny server |
output |
the Shiny server |
session |
the Shiny server |
email |
A reactive value returning the email address to send the password reset email to. |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.