Auth Utils
Esse componente exporta pequenos componentes para auxiliar na criação de um bloco de login.
Configuration
Adding the app as a theme dependency using
eplus-cli
or do manually and add in the manifest.json
file;
Declaring the app's main block in a given theme template or inside another block from the theme.
blocos
Block name
descrição
greeting
XXXX
logout
XXXX
login-link
XXXX
greeting
props
greeting
propsProp Name
type
descrição
Default Value
unloggedText
string
XXXX
Entrar / Cadastrar
loggedText
string
XXXX
Olá {user}
markers
array
XXXX
[]
login-link
props
login-link
propsProp Name
type
descrição
Default Value
returnUrl
string
XXXX
``
Customization
Css Handles
linkContainer
label
logoutLink
text
Last updated