Skip to content

Commit

Permalink
#179 - Local cache for user profile (register storage).
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf committed Dec 28, 2019
1 parent fcbbcf2 commit 390d22c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Money.UI.Blazor/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public void ConfigureServices(IServiceCollection services)
.AddSingleton<NetworkState>()
.AddTransient<CurrencyStorage>()
.AddTransient<CategoryStorage>()
.AddTransient<ProfileStorage>()
.AddTransient<NavigatorUrl>()
.AddSingleton<Navigator>()
.AddSingleton<ApiClient>()
Expand Down

0 comments on commit 390d22c

Please sign in to comment.