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 cd38c15 commit cff9ee3Copy full SHA for cff9ee3
packages/cli/src/lib/setup/setupVendor.ts
@@ -247,7 +247,6 @@ export class Vendor {
247
if (obj?.native) {
248
const javascriptPasswordEncrypted = tools.encrypt(obj.native.secret, javascriptPassword);
249
if (obj.native.javascriptPassword !== javascriptPasswordEncrypted) {
250
- obj.native ||= {};
251
obj.native.javascriptPassword = javascriptPasswordEncrypted;
252
obj.nonEdit ||= {};
253
obj.nonEdit.password = password;
0 commit comments