mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
WebUI - Coverity: fix identical branches of if statement
Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
This commit is contained in:
parent
5ba7957450
commit
01516e58c8
@ -379,11 +379,7 @@ vault.public_key_widget = function(spec) {
|
|||||||
status = String.fromCharCode(decimal_check_i);
|
status = String.fromCharCode(decimal_check_i);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (!value || value === '') {
|
status = text.get('@i18n:objects.publickey.status_new_ns');
|
||||||
status = text.get('@i18n:objects.publickey.status_new_ns');
|
|
||||||
} else {
|
|
||||||
status = text.get('@i18n:objects.publickey.status_new_ns');
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return status;
|
return status;
|
||||||
|
Loading…
Reference in New Issue
Block a user