Skip to content

Commit

Permalink
code refactor and rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
mgbelegu committed Feb 6, 2024
1 parent bd5647d commit 59e1ba9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/pages/auth/forgot-password.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{{inject 'recaptchaTitle' (lang 'forgot_password.recaptcha_title')}}
{{#partial "page"}}
<section class="c-auth-page c-forgot-password-page">
<section class="c-auth__page c-forgot-password-page">
{{> components/common/breadcrumbs breadcrumbs=breadcrumbs}}
<h1 class="page-title">
<h1 class="c-auth__title">
{{lang 'reset_password.heading' }}
</h1>
<div class="c-forgot-password-container">
Expand All @@ -19,12 +19,12 @@ <h1 class="page-title">
>
{{inject 'useValidEmail' (lang 'forms.validate.common.email_address')}}
<div>
<label class="form-label c-label" for="email">
<label class="form-label c-form__label" for="email">
{{lang 'common.email_address'}}
<span class="required">*</span>
</label>
<input
class="js-form-input c-form__text-input"
class="js-form-input c-form__input"
name="email"
id="email"
type="email"
Expand Down

0 comments on commit 59e1ba9

Please sign in to comment.