Basic session creation flow #2

Merged
char merged 2 commits from nyancrimew/watch-party:create-form into main 2021-11-12 20:23:08 +00:00
Showing only changes of commit bd4a333d67 - Show all commits

View file

@ -16,7 +16,7 @@
<form id="join-session-form">
<h2>Join a session</h2>
<label for="nickname">Nickname:</label>
<label for="join-session-nickname">Nickname:</label>
<input
type="text"
id="join-session-nickname"
@ -24,7 +24,7 @@
required
/>
<label for="session-id">Session ID:</label>
<label for="join-session-id">Session ID:</label>
<input
type="text"
id="join-session-id"