Skip to content

Commit 43bc1c0

Browse files
committed
Remove encoding for keypair name for oncall flow
1 parent ab149d3 commit 43bc1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webroot/adm/oncall/generate-cstg-keypair.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ <h5>Create a new CSTG Pair</h5>
542542
$("#keypairSearchOutput").text("");
543543

544544
const siteId = encodeURIComponent($("#createKeypair-workflow-siteId").val());
545-
const name = encodeURIComponent($("#createKeypair-workflow-name").val());
545+
const name = $("#createKeypair-workflow-name").val();
546546

547547
const payload = { "site_id": parseInt(siteId), "name": name, "disabled": false }
548548

0 commit comments

Comments
 (0)