Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
bistaastha committed Dec 19, 2024
1 parent 7f820e6 commit ea69820
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/auth/sign-in/sign-in.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
height="auto"
onloadedmetadata="this.muted = true"
oncanplay="this.play()"
style="background-color: #fff"
style="background: #fff"
loop
>
<source src="/assets/videos/mobile-onboarding.mp4" type="video/mp4" />
Expand Down
1 change: 0 additions & 1 deletion src/app/auth/sign-in/sign-in.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ export class SignInPage implements OnInit {
this.fg.reset();
this.router.navigate(['/', 'auth', 'switch_org', { choose: true }]);
},
error: (err: HttpErrorResponse) => this.handleError(err),
});
}

Expand Down

0 comments on commit ea69820

Please sign in to comment.