mirror of
https://github.com/BoostIo/Boostnote
synced 2026-07-09 14:33:11 +00:00
add How-to & Signout modal
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
<form ng-submit="vm.signIn()">
|
||||
<p ng-if="vm.authFailed" class="alert alert-danger">
|
||||
Incorrect email or password entered. Please try again.
|
||||
</p>
|
||||
<div class="form-group">
|
||||
<label for="email">E-mail</label>
|
||||
<input ng-model="vm.email" type="text" id="email" name="name" class="form-control" placeholder="E-mail">
|
||||
|
||||
Reference in New Issue
Block a user