Add room auth view

This commit is contained in:
Robert Long
2022-01-05 16:09:51 -08:00
parent 0fe38000f5
commit eb4207e41d
5 changed files with 171 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ export function UnauthenticatedView() {
}
});
},
[register]
[register, reset, execute]
);
const { modalState, modalProps } = useModalTriggerState();