Skip to content

Commit

Permalink
🤖 GITHUB ACTIONS format_prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Oct 26, 2023
1 parent 449c441 commit a212c73
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 a212c73

Please sign in to comment.