sign_in_js {polished} | R Documentation |
Sign in and register pages JavaScript dependencies
Description
This function should be called at the bottom of your custom sign in and registration pages UI. It loads in all the JavaScript dependencies to handle polished sign in and registration. See the vignette for details.
Usage
sign_in_js(ns = function(x) x)
Arguments
ns |
the ns function from the Shiny module that this function is called within. |
Value
the javascript to and other web dependencies to create the sign in functionality.
[Package polished version 0.8.1 Index]