linstrom/frontend-old-ember/app/components/auth/login.hbs
mStar 88398334fe
JS frontend stuff
Move old ember frontend to properly named folder
Add vue based new frontend
2025-07-07 21:48:39 +02:00

12 lines
No EOL
253 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>