File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
shared/Jordnaer.Shared/Extensions
web/Jordnaer/Pages/Shared Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ arguments.Outcome.Exception is not null ||
44
44
// This resilience strategy will pause all pings for 5 minutes if the API returns an error.
45
45
. AddResilienceHandler ( "ping" ,
46
46
builder => builder . AddCircuitBreaker ( pingCircuitBreakerOptions )
47
- . AddConcurrencyLimiter ( 5 )
48
47
. AddTimeout ( TimeSpan . FromSeconds ( 30 ) ) ) ;
49
48
50
49
return services ;
Original file line number Diff line number Diff line change 27
27
<MudIconButton title =" Redigér Profil" Href =" /profile" Icon =" @Icons.Material.Filled.Person" />
28
28
<MudIconButton title =" Log ud" Href =" /Account/Logout" Icon =" @Icons.Material.Filled.Logout" />
29
29
</Authorized >
30
- <NotAuthorized >
31
- <MudIconButton title =" Log ind" Href =" /Account/Login" Icon =" @Icons.Material.Filled.Login" Variant =" Variant.Outlined" Color =" Color.Default" />
32
- </NotAuthorized >
30
+ <NotAuthorized >
31
+ @* TODO: This link should change depending on if you've logged in before or not*@
32
+ <MudIconButton title =" Log ind" Href =" /Account/Login" Icon =" @Icons.Material.Filled.Login" Variant =" Variant.Outlined" Color =" Color.Default" />
33
+ </NotAuthorized >
33
34
</AuthorizeView >
34
35
</MudAppBar >
You can’t perform that action at this time.
0 commit comments