Update invite code form label.
This commit is contained in:
parent
e7b3556ac4
commit
37584de432
@ -31,7 +31,7 @@ const SCENES = {
|
||||
form.appendChild(UI.table(null, [
|
||||
[ UI.label("Handle", "handle"), UI.textbox("handle", "") ],
|
||||
[ UI.label("Secret", "secret"), UI.password("secret") ],
|
||||
[ UI.label("Code", "code"), UI.password("code") ],
|
||||
[ UI.label("Invite Code", "code"), UI.password("code") ],
|
||||
]));
|
||||
|
||||
let button = UI.button("Register", (event) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user