Skip to content
Snippets Groups Projects
Verified Commit 499e6099 authored by Lukas Maximilian Kimpel's avatar Lukas Maximilian Kimpel
Browse files

Change button to only submit

parent 20fab197
1 merge request!53Resolve "login screen - password reset component logic"
Pipeline #13086 passed with stage
in 31 seconds
...@@ -7,5 +7,5 @@ ...@@ -7,5 +7,5 @@
<mat-error *ngIf="usernameFormControl.hasError('email') && !usernameFormControl.hasError('required')">Email is not <strong>valid</strong>.</mat-error> <mat-error *ngIf="usernameFormControl.hasError('email') && !usernameFormControl.hasError('required')">Email is not <strong>valid</strong>.</mat-error>
</mat-form-field> </mat-form-field>
<button mat-raised-button color="primary" (click)="resetPassword(email.value)">Reset password</button> <button mat-raised-button color="primary" type="submit">Reset password</button>
</form> </form>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment