Skip to content

Commit

Permalink
little update
Browse files Browse the repository at this point in the history
  • Loading branch information
YBTopaz8 committed Jul 19, 2023
1 parent 1e3ba90 commit 0f9096b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions FlowHub.Main/ViewModels/LoginVM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ public async Task GoToHomePageFromLogin()

if (IsLoginOnlineButtonClicked)
{
CurrentUser.Email = "8brunel@gmail.com";
CurrentUser.Password = "Yvan";
User = await userRepo.GetUserOnlineAsync(CurrentUser);
}
else
Expand Down

0 comments on commit 0f9096b

Please sign in to comment.