Fix API keys not loading after reload, auto-save before validate (v2.3.5)

- Admin panel now loads API keys from /me/settings endpoint (not /me)
- Validate buttons auto-save keys first so validation uses current values
- Keys persist and display correctly after page reload
This commit is contained in:
Maurice
2026-03-19 21:27:34 +01:00
parent fd6fc9e71f
commit 74be63555d
2 changed files with 8 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "nomad-server",
"version": "2.3.4",
"version": "2.3.5",
"main": "src/index.js",
"scripts": {
"start": "node --experimental-sqlite src/index.js",