send_password_reset_email_module: the server logic for a Shiny module to send a password reset...

View source: R/send_password_reset_email_module.R

send_password_reset_email_moduleR Documentation

the server logic for a Shiny module to send a password reset email

Description

This function sends a request to the https://polished.tech API to reset a user's password.

Usage

send_password_reset_email_module(input, output, session, email)

Arguments

input

the Shiny server input

output

the Shiny server output

session

the Shiny server session

email

A reactive value returning the email address to send the password reset email to.

Value

invisible(NULL)


Tychobra/polished documentation built on April 12, 2025, 5:44 a.m.