make member view available to onboard meeting organizer and reorganize buttons

This commit is contained in:
2025-02-05 20:07:25 -07:00
parent 29a81c48c8
commit bb5913fef4
4 changed files with 165 additions and 130 deletions

View File

@@ -265,7 +265,7 @@ export default class OnboardMeetingView extends Vue {
) => void;
DECRYPT_FAILURE_MESSAGE =
"Unable to decrypt some member information. Check your password, or have them reset theirs.";
"Unable to decrypt some member information. Check your password, or have them reset theirs if they don't show here.";
currentMeeting: ServerMeeting | null = null;
newOrUpdatedMeeting: MeetingSetupInfo | null = null;