Added Pre-Commit Hooks (#175)
* Added pre commit hook * Run pre commit hook on all files --------- Co-authored-by: Horilla <131998600+horilla-opensource@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
117e8e88c2
commit
58be33a8d7
@@ -18,7 +18,7 @@
|
||||
<label class="oh-label" for="email">E-mail</label>
|
||||
<input type="email" id="email" class="oh-input w-100" placeholder="e.g. jane.doe@acme.com" autofocus required />
|
||||
</div>
|
||||
|
||||
|
||||
<button
|
||||
href="#"
|
||||
class="oh-btn oh-onboarding-card__button mt-4 oh-btn--secondary oh-btn--shadow w-100 mb-4"
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="oh-input-group">
|
||||
<label class="oh-label" for="confirmPassword">Confirm New Password</label>
|
||||
<div class="oh-password-input-container">
|
||||
|
||||
Reference in New Issue
Block a user