Skip to content

Commit 013e537

Browse files
committed
fix(sign-in): stop submitting the sign in form when clicking on the reset button
1 parent 75fdf78 commit 013e537

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/auth/module/components/auth/auth.component.html

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119

120120
<div class="col">
121121
<button *ngIf="guestEnabled"
122+
type="button"
122123
class="btn btn-outline-secondary"
123124
(click)="selectResetPasswordTab()">
124125
Forgot Password?

0 commit comments

Comments
 (0)