Skip to content

Commit

Permalink
remove more unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Oct 6, 2023
1 parent 2529c73 commit 363bb6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/app/account/login/login.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export class LoginComponent implements AfterViewInit {
loginForm = this.fb.group({
username: [''],
password: [''],
rememberMe: [true],
mfaCode: ['']
});

Expand Down

0 comments on commit 363bb6e

Please sign in to comment.