feat(NetworkConfigManager, server): update IPSec password handling; return password ID in response and enhance modal behavior for better user experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m19s

This commit is contained in:
2026-01-22 19:17:24 +07:00
parent d223981a93
commit a77ba76ff8
2 changed files with 24 additions and 51 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ async function createIpsecPassword(req, res) {
// Сохраняем в S3
const meta = await writeS3JsonObject(S3_KEY, passwords);
// Возвращаем без расшифрованного пароля
// Возвращаем без расшифрованного пароля, но с ID
res.json({
id: newPassword.id,
name: newPassword.name,