Skip to content

Commit

Permalink
Merge branch 'add-eslint' of https://github.com/ORCID/orcid-member-se…
Browse files Browse the repository at this point in the history
…rvices into add-eslint
  • Loading branch information
auumgn committed Oct 26, 2023
2 parents 654fa54 + a212c73 commit cdffe82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/account/login/login.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class LoginComponent implements AfterViewInit, OnDestroy {
this.loginService
.login({
username: this.loginForm.get('username')!.value!,
password: this.loginForm.get('password')!.value! ,
password: this.loginForm.get('password')!.value!,
mfaCode: this.loginForm.get('mfaCode')?.value,
})
.subscribe({
Expand Down

0 comments on commit cdffe82

Please sign in to comment.