We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2833a commit 26c7bd6Copy full SHA for 26c7bd6
webroot/panel/account.php
@@ -50,6 +50,7 @@
50
[$is_valid, $explanation] = testValidSSHKey($key);
51
if (!$is_valid) {
52
UnityHTTPD::messageError("SSH Key Not Added: $explanation", $keyShort);
53
+ continue;
54
}
55
$keyWasAdded = $USER->addSSHKey($key, $OPERATOR);
56
if ($keyWasAdded) {
0 commit comments