You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2019. It is now read-only.
Aqui aonde você define todas as configurações padrões do dashboard
Auth.js
// Dados que serão enviados para sua API// Aqui você define como será a forma das variáveisexportconstconfigureAuth=(credentials)=>{return{user: credentials.user,password: credentials.password}}// Data do form de Login// Você pode deixar em branco ou deixar esses valores para testsexportconstconfigureAuthData={user: 'test@test.com',password: '123456'}