fix: repair login endpoint registration in auth router

This commit is contained in:
2026-04-19 17:20:11 +03:00
parent 7ff9a705cd
commit d9ead1aafd
6 changed files with 272 additions and 8 deletions

View File

@@ -67,7 +67,8 @@
"Bash(xargs sed *)",
"Bash(sed -i -e 's/\\\\btext-slate-100\\\\b/text-secondary/g' -e s/placeholder:text-slate-700/placeholder:text-muted/g -e s/hover:text-slate-300/hover:text-secondary/g app/page.tsx)",
"Bash(sed -i 's/\\\\btext-slate-300\\\\b/text-secondary/g' app/page.tsx)",
"Bash(npx tsc *)"
"Bash(npx tsc *)",
"Bash(python -m pytest backend/tests/ -q)"
]
}
}