feat: implement requisition approval and rejection functionality in 'Almoxarifado', including stock verification, modal confirmations, and improved error handling for better inventory management
This commit is contained in:
@@ -38,7 +38,7 @@ export const createAuth = (
|
||||
logger: {
|
||||
disabled: optionsOnly
|
||||
},
|
||||
trustedOrigins: ['https://vite.kilder.dev'],
|
||||
trustedOrigins: ['https://vite.kilder.dev', 'http://localhost:5173', 'http://127.0.0.1:5173'],
|
||||
baseURL: siteUrl,
|
||||
database: authComponent.adapter(ctx),
|
||||
// Configure simple, non-verified email/password to get started
|
||||
|
||||
Reference in New Issue
Block a user