1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-24 12:35:25 +01:00

[Business Portal] BUG Fix localization (#1385)

This commit is contained in:
Vincent Salucci 2021-06-09 09:56:29 -05:00 committed by GitHub
parent e2ff13aa14
commit b06462e90a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,3 +2,4 @@
using Microsoft.Extensions.Localization;
[assembly: ResourceLocation("Resources")]
[assembly: RootNamespace("Bit.Core")]