Skip to content

Commit

Permalink
Merge pull request #390 from starnutoditopo/master
Browse files Browse the repository at this point in the history
Fix: Make LoginViewModel public
  • Loading branch information
nickrandolph committed Jul 17, 2023
2 parents 68f5908 + e52fd36 commit 6677de7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public partial record LoginViewModel
{
private readonly INavigator _navigator;

private LoginViewModel(
public LoginViewModel(
INavigator navigator,
IOptions<AppInfo> appInfo)
{
Expand Down

0 comments on commit 6677de7

Please sign in to comment.