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 has been archived by the owner on Apr 24, 2019. It is now read-only.
Here where you set all the default dashboard settings
Auth.js
// Data that will be sent to your API// Here you define how variables are going to beexportconstconfigureAuth=(credentials)=>{return{user: credentials.user,password: credentials.password}}// Form Data of Login// You can leave this blank or leave these values for testsexportconstconfigureAuthData={user: '[email protected]',password: '123456'}
Buttons.js
coming..
Crud.js
coming..
Dashboard.js
Line6exportconstbypass=true// true bypass ACL / false for use ACL