mirror of
https://github.com/bitwarden/server
synced 2025-12-24 12:13:17 +00:00
* Return revised ciphers on restore api call * Return restored date from restore sproc * Test Restore updates passed in ciphers This is necessary for CipherController to appropriately return the up-to-date ciphers without an extra db call to read them. * Add missing SELECT
4 lines
84 B
C#
4 lines
84 B
C#
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: InternalsVisibleTo("Core.Test")]
|