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