sign_in_module {polished}R Documentation

Server logic for the Sign In & Register pages

Description

This server logic accompanies the sign_in_module_ui.

Usage

sign_in_module(input, output, session)

Arguments

input

the Shiny input

output

the Shiny output

session

the Shiny session

Value

invisible(NULL)


[Package polished version 0.8.1 Index]