mirror of
https://github.com/bitwarden/server
synced 2025-12-28 22:23:30 +00:00
Add cipher response to restore (#1072)
* 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
This commit is contained in:
@@ -57,4 +57,6 @@ BEGIN
|
||||
EXEC [dbo].[User_BumpAccountRevisionDate] @UserId
|
||||
|
||||
DROP TABLE #Temp
|
||||
END
|
||||
|
||||
SELECT @UtcNow
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user