Skip to content

Commit

Permalink
Mask confidential data now reads cached trust token
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Steiler committed Aug 29, 2023
1 parent 545fee9 commit ada93af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/app/event/error-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,6 @@ export class ErrorHandler {
return input
.replaceAll(Resources.manager().username, `<APPLE ID USERNAME>`)
.replaceAll(Resources.manager().password, `<APPLE ID PASSWORD>`)
.replaceAll(Resources.manager().trustToken, `<TRUST TOKEN>`);
.replaceAll(Resources.manager()._resources.trustToken, `<TRUST TOKEN>`); // Reading cached trust token, instead of re-reading from file
}
}

0 comments on commit ada93af

Please sign in to comment.