bitfoundation / bitplatform

Build all of your apps using what you already know and love ❤️
https://bitplatform.dev
MIT License
1.07k stars 222 forks source link

Redundant call to the `AllowCredentials` in the CORS settings of the `BlazorDual` project template #5633

Closed msynk closed 10 months ago

msynk commented 11 months ago

Currently, there is a redundant call to the AllowCredentials method in the configuration of the CORS settings in the BlazorDual:

image

the ideal change should be something like this:

image

the location of this line is in the following link: https://github.com/bitfoundation/bitplatform/blob/fcb83f2c6da2a1b42c792497b39f977426e96917/src/Templates/BlazorDual/Bit.BlazorDual/src/BlazorDual.Api/Startup/Middlewares.cs#L51

msynk commented 10 months ago

resolved!