linstrom/frontend-reactive/app/components/auth/login.hbs
2024-10-28 08:36:11 +01:00

12 lines
No EOL
254 B
Handlebars

<div class="login-wrapper">
<label>
<Input
@type="text"
@value={{this.username}}
@placeholder="Username"
/>
</label>
<div type="button" class="login-start-button" {{on "click" this.onLoginStart}}>
Login
</div>
</div>