feat(frontend): add unpair button to phone
This commit is contained in:
@@ -669,6 +669,10 @@
|
||||
{/if}
|
||||
|
||||
{#if hasCamera && isPaired}
|
||||
<SilentCapture bind:this={silentCaptureRef} oncapture={handleSilentCapture} />
|
||||
<SilentCapture
|
||||
bind:this={silentCaptureRef}
|
||||
oncapture={handleSilentCapture}
|
||||
onunpair={handleUnpair}
|
||||
/>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user