ActiveLogin.Authentication icon indicating copy to clipboard operation
ActiveLogin.Authentication copied to clipboard

Adding AddBankId() breaks localization in our app

Open Kyemate opened this issue 2 months ago • 0 comments

Describe the bug Adding services.AddBankId() causes all our localization to break and show the translation "key" instead of the actual translations.

Our project is based on the Bitplatform boilerplate

The code bellow is the code they us for localization

Image Image

Expected behavior For localization to work after adding the activelogin package.

NuGet package version Latest version

Runtime version .net 10

Kyemate avatar Nov 13 '25 21:11 Kyemate