mirror of
https://github.com/bitwarden/server
synced 2025-12-24 12:13:17 +00:00
* feat: add Passwordvalidation * fix: update strings to constants * fix: add customResponse for rust consumption * test: add tests for SendPasswordValidator. fix: update tests for SendAccessGrantValidator * feat: update send access constants.
5 lines
146 B
C#
5 lines
146 B
C#
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: InternalsVisibleTo("Core.Test")]
|
|
[assembly: InternalsVisibleTo("Identity.IntegrationTest")]
|