View Source PlausibleWeb.AuthView (Plausible v0.0.1)

Summary

Functions

The resource name, as an atom, for this view

Link to this function

generate_2fa_recovery_codes.html(assigns)

View Source
Link to this function

initiate_2fa_setup.html(assigns)

View Source
Link to this function

login_form.html(assigns)

View Source
Link to this function

password_reset_form.html(assigns)

View Source
Link to this function

password_reset_request_form.html(assigns)

View Source
Link to this function

password_reset_request_success.html(assigns)

View Source
Link to this function

render(template, assigns \\ %{})

View Source

Renders the given template locally.

Link to this function

subscription_interval(subscription)

View Source
Link to this function

subscription_quota(subscription, options \\ [])

View Source
Link to this function

template_not_found(template, assigns)

View Source
@spec template_not_found(binary(), map()) :: no_return()

Callback invoked when no template is found. By default it raises but can be customized to render a particular template.

Link to this function

verify_2fa.html(assigns)

View Source
Link to this function

verify_2fa_recovery_code.html(assigns)

View Source
Link to this function

verify_2fa_setup.html(assigns)

View Source