Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-22 05:10:29 +01:00
Fix duplicate ciphers returned from find_by_user
Dieser Commit ist enthalten in:
Ursprung
8bed867798
Commit
89e544009f
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
|
@ -243,6 +243,7 @@ impl Cipher {
|
||||||
)
|
)
|
||||||
))
|
))
|
||||||
.select(ciphers::all_columns)
|
.select(ciphers::all_columns)
|
||||||
|
.distinct()
|
||||||
.load::<Self>(&**conn).expect("Error loading ciphers")
|
.load::<Self>(&**conn).expect("Error loading ciphers")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Laden …
In neuem Issue referenzieren