Skip to content

Commit

Permalink
Hotfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcanosantana committed Nov 27, 2023
1 parent 5c5612f commit d914f47
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Pages/Dashboard.razor
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,7 @@

private String GetAbsoluteUri()
{
//Detect if it's from localhost or online, change the uri depending of that
String baseUri = NavigationManager.BaseUri.ToString();

if (baseUri.Contains("github.io"))
baseUri += "CirsaHackaton/";

return baseUri + "aff/" + UserService.GetLoggedUser().GetId();

Check warning on line 219 in Pages/Dashboard.razor

View workflow job for this annotation

GitHub Actions / deploy-to-github-pages

Dereference of a possibly null reference.
}
}

0 comments on commit d914f47

Please sign in to comment.