mirror of
https://github.com/exane/not-gwent-online
synced 2025-09-05 22:07:42 +00:00
move register into his own component
This commit is contained in:
10
site/client/app/modules/session/views/register.html
Normal file
10
site/client/app/modules/session/views/register.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<form class="form-session">
|
||||
<input type="text" placeholder="Username" class="field-session" autofocus>
|
||||
<input type="text" placeholder="E-Mail" class="field-session">
|
||||
<input type="password" placeholder="Password" class="field-session">
|
||||
|
||||
<div class="wrap-btn-action btn-register-action" v-on="click: register">
|
||||
<input type="submit" value="Register" class="btn-action" v-on="submit: register">
|
||||
<i class="icon-action-load"></i>
|
||||
</div>
|
||||
</form>
|
Reference in New Issue
Block a user