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
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m19s
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user