Skip to content

Commit

Permalink
fix: fix authService encapsulation
Browse files Browse the repository at this point in the history
  • Loading branch information
syl-p committed Jan 2, 2024
1 parent 0d197ea commit 9eb1f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/modules/home/forms/sign-in/sign-in.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class SignInComponent implements OnInit {

constructor(
private formBuilder: UntypedFormBuilder,
private authService: AuthService
public authService: AuthService
) {
// Prepare login form
this.logIn = this.formBuilder.group({
Expand Down

0 comments on commit 9eb1f57

Please sign in to comment.