Skip to content

Commit

Permalink
#128 Removed line of code causing an issue with the automatic key gen…
Browse files Browse the repository at this point in the history
…eration
  • Loading branch information
ChristopherJamesMorris committed May 18, 2022
1 parent 0334e33 commit a922ee5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ public static IServiceCollection ConfigureApplicationServices(this IServiceColle
services.AddSingleton<IAuthorizationHandler, AuthorisedAndIsAdminUserHandler>();

services.AddDataProtection()
.SetApplicationName("GpConnectAppointmentChecker")
.DisableAutomaticKeyGeneration();
.SetApplicationName("GpConnectAppointmentChecker");

services.AddAntiforgery(options =>
{
Expand Down

0 comments on commit a922ee5

Please sign in to comment.