File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -68,9 +68,7 @@ export class Encryption implements IEncryption {
6868 }
6969
7070 console . warn (
71- `Account ${
72- entry . hash
73- } may have secret ${ decryptedSecret } , but hash did not match.`
71+ `Account ${ entry . hash } may have secret ${ decryptedSecret } , but hash did not match.`
7472 ) ;
7573 return null ;
7674 } catch ( error ) {
Original file line number Diff line number Diff line change @@ -60,9 +60,7 @@ function getQrDebug(
6060 `Screen Height: ${ window . screen . height } <br>` +
6161 `Capture Width: ${ qr . width } <br>` +
6262 `Capture Height: ${ qr . height } <br>` +
63- `Device Pixel Ratio: ${ devicePixelRatio } / ${
64- window . devicePixelRatio
65- } <br>` +
63+ `Device Pixel Ratio: ${ devicePixelRatio } / ${ window . devicePixelRatio } <br>` +
6664 `Tab ID: ${ tab . id } <br>` +
6765 "<br>" +
6866 "<b>Captured Screenshot:</b>" ;
You can’t perform that action at this time.
0 commit comments