Skip to content

Commit

Permalink
Add Child Bridge Pin Code (#1739)
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker authored Nov 18, 2023
1 parent bd78cff commit 35eaab7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ <h5 class="primary-text">
<app-qrcode [data]="deviceInfo[item._bridge?.username]._setupCode" class="mr-auto ml-auto mt-2 mb-2"
style="width: 180px; height: 180px;">
</app-qrcode>

<p class="mr-auto ml-auto text-center">
{{ deviceInfo[item._bridge?.username].pincode }}
</p>
<p class="grey-text mr-auto ml-auto text-center" style="max-width: 400px;">
{{ 'status.message_code_scan_instructions' | translate }}
</p>
Expand Down

0 comments on commit 35eaab7

Please sign in to comment.