Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
chore(component): rename method
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Nov 22, 2022
1 parent 4654cf7 commit 0ccf897
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/authentication/log_in_form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@
Log in
</button>
<button
class="forgot-password-btn"
role="button"
@click="forgetPassword">
@click="forgotPassword">
Forgot Password?
</button>
</div>
Expand Down Expand Up @@ -180,7 +181,7 @@ const {
"state": isOverlayShown
} = makeSwitch(false)
function forgetPassword(): void {
function forgotPassword(): void {
openDialog()
}
Expand Down

0 comments on commit 0ccf897

Please sign in to comment.