This commit is contained in:
VLE2FE
2020-05-19 12:49:06 +02:00
parent bd656352f7
commit 7f47af425d
17 changed files with 197 additions and 5 deletions

View File

@ -0,0 +1,10 @@
<div class="login-wrapper">
<h2>Please log in</h2>
<rb-form-input name="username" label="username">
</rb-form-input>
<rb-form-input type="password" name="password" label="password">
</rb-form-input>
<button class="rb-btn rb-primary">Login</button>
<span>{{message}}</span>
</div>