You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Core/Boilerplate.Client.Core.csproj
+1
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@
23
23
<!--/+:msbuild-conditional:noEmit -->
24
24
<PackageReferenceCondition=" '$(appInsights)' == 'true' OR '$(appInsights)' == '' "Include="BlazorApplicationInsights" />
25
25
<PackageReferenceCondition=" '$(offlineDb)' == 'true' OR '$(offlineDb)' == ''"Include="Bit.Besql" />
26
+
<PackageReferenceInclude="Fido2.Models" />
26
27
<PackageReferenceCondition=" '$(signalR)' == 'true' OR '$(signalR)' == ''"Include="Microsoft.AspNetCore.SignalR.Client" />
27
28
<PackageReferenceCondition=" '$(offlineDb)' == 'true' OR '$(offlineDb)' == ''"Include="Microsoft.EntityFrameworkCore.Sqlite" />
28
29
<PackageReferenceCondition=" '$(sentry)' == 'true' OR '$(sentry)' == '' "Include="Sentry.Extensions.Logging" />
Copy file name to clipboardexpand all lines: src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Core/Components/Layout/MainLayout.razor
Copy file name to clipboardexpand all lines: src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Core/Components/Layout/MainLayout.razor.scss
Copy file name to clipboardexpand all lines: src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Core/Components/Pages/Authorized/Settings/SettingsPage.razor
Copy file name to clipboardexpand all lines: src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Core/Components/Pages/Authorized/Settings/SettingsPage.razor.cs
+4
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,9 @@ public partial class SettingsPage
Copy file name to clipboardexpand all lines: src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Core/Components/Pages/Identity/SignIn/SignInPage.razor
Copy file name to clipboardexpand all lines: src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Core/Components/Pages/Identity/SignIn/SignInPage.razor.cs
// To disable the sign-in button until a specific time after a user lockout, use the value of `e.TryGetExtensionDataValue<TimeSpan>("TryAgainIn", out var tryAgainIn)`.
// To disable the sign-in button until a specific time after a user lockout, use the value of `e.TryGetExtensionDataValue<TimeSpan>("TryAgainIn", out var tryAgainIn)`.
Copy file name to clipboardexpand all lines: src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Core/Components/Pages/Identity/SignIn/SignInPanel.razor
0 commit comments