UNPKG

519 Btext/x-handlebars-templateView Raw
1<div class="eam-content-wrapper">
2 <div id="forgot-password">
3 <h2>Forgot Password</h2>
4 <form {{action "forgotPassword" model on="submit"}}>
5 <div class="form-group">
6 <label for="email">Email</label>
7 {{input id="email" type="text" placeholder="Email" value=email}}
8 </div>
9 <button class="submit button" type="submit">Reset</button>
10 </form>
11 {{#if requestSent}}
12 <div>
13 <span>Your password request has been sent.</span>
14 </div>
15 {{/if}}
16 </div>
17</div>
18
\No newline at end of file