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