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:
2025-12-22 13:47:05 -03:00
parent b1db926ab4
commit 7ccca5c233
8 changed files with 783 additions and 23 deletions

View File

@@ -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