filebrowser/frontend
Brian Fromm 7bae594138 fix: display friendly error message for password validation on signup
The signup function was not reading the response body before throwing
an error, causing users to see only "400 Bad Request" instead of the
actual validation message.

Changes:
- Read response body in signup() to capture error details
- Add 400 status handling in Login.vue to display errors in form
- Parse password length errors to show user-friendly message
- Add translation string for password minimum length error

Fixes #5499

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-19 17:41:00 +01:00
..
dist refactor: migrate frontend tooling to vite 4 (#2645) 2023-08-26 13:55:51 +02:00
public chore: remove unused dependencies 2025-11-13 14:19:08 +01:00
src fix: display friendly error message for password validation on signup 2025-11-19 17:41:00 +01:00
test-results chore: remove unused tests 2025-11-13 14:21:11 +01:00
.prettierignore refactor: Fix eslint warnings (#3698) 2025-01-30 10:18:48 +01:00
.prettierrc.json refactor: migrate frontend tooling to vite 4 (#2645) 2023-08-26 13:55:51 +02:00
assets.go chore: update minor and patch dependencies, go 1.25 2025-11-12 15:12:28 +01:00
env.d.ts build: update to node 22 and pnpm (#3616) 2024-12-09 12:27:18 +01:00
eslint.config.js chore: update minor dependencies (#5295) 2025-07-15 20:02:06 +02:00
index.html chore: remove unused dependencies 2025-11-13 14:19:08 +01:00
package.json chore: bump @vue/tsconfig 2025-11-13 14:21:30 +01:00
pnpm-lock.yaml chore(deps): update dependency @vitejs/plugin-vue to v6.0.2 (#5564) 2025-11-19 08:14:22 +01:00
postcss.config.cjs refactor: migrate frontend tooling to vite 4 (#2645) 2023-08-26 13:55:51 +02:00
tsconfig.app.json chore: bump @vue/tsconfig 2025-11-13 14:21:30 +01:00
tsconfig.json build: update to node 22 and pnpm (#3616) 2024-12-09 12:27:18 +01:00
tsconfig.node.json chore: remove unused tests 2025-11-13 14:21:11 +01:00
vite.config.ts feat: migrate to vue 3 (#2689) 2024-04-01 17:18:22 +02:00