idaa(recovery_meetings): sanitize Zoom encrypted passcode to avoid saving literal 'null' and normalize related fields

This commit is contained in:
Scott Idem
2026-03-23 14:23:29 -04:00
parent de8a016bda
commit a14320d9ed
4 changed files with 34 additions and 21 deletions

View File

@@ -286,10 +286,6 @@
<!-- {#if $events_loc.auth__person?.id}
<button type="button"
class="btn btn-sm variant-soft-warning"
on:click={() => {
sign_out();
alert('You have been signed out.');
}}
>
<span class="fas fa-times mx-1"></span>
Sign Out