Work on login form stuff
This commit is contained in:
parent
53e6418e89
commit
952949b609
11 changed files with 127 additions and 22 deletions
12
frontend-reactive/app/components/auth/login.hbs
Normal file
12
frontend-reactive/app/components/auth/login.hbs
Normal file
|
@ -0,0 +1,12 @@
|
|||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue