Skip to content

Commit 26c7bd6

Browse files
committed
fix bug
1 parent 8f2833a commit 26c7bd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webroot/panel/account.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
[$is_valid, $explanation] = testValidSSHKey($key);
5151
if (!$is_valid) {
5252
UnityHTTPD::messageError("SSH Key Not Added: $explanation", $keyShort);
53+
continue;
5354
}
5455
$keyWasAdded = $USER->addSSHKey($key, $OPERATOR);
5556
if ($keyWasAdded) {

0 commit comments

Comments
 (0)