fix message for when some passwords are wrong (and now things decode correctly)

This commit is contained in:
2025-02-03 17:22:38 -07:00
parent 64830eeb05
commit 114f0e4405

View File

@@ -208,7 +208,7 @@
<MembersList
:password="currentMeeting.password || ''"
decrypt-failure-message="Unable to decrypt some member information. Please check your password."
decrypt-failure-message="Unable to decrypt some member information. Please check your password or have them reset theirs."
@error="handleMembersError"
class="mt-8"
/>