UNPKG

librecast-live

Version:

Live Streaming Video Platform with IPv6 Multicast

14 lines (13 loc) 317 B
class SetPassword extends Component { nodeName = 'SETPASSWORD'; constructor() { super(); } get template() { return `<div class="setpassword"> <h1>Complete Account Signup</h1> <input id="password" type="password" /> <button type="submit" onclick="live.setPassword();">Sign Up</button> </div>`; } }