GODT-1609: apply change from MR

This commit is contained in:
Romain LE JEUNE
2022-10-04 13:16:47 +02:00
committed by James Houlahan
parent b536b8707e
commit 51633e000b
3 changed files with 4 additions and 3 deletions

View File

@ -206,7 +206,7 @@ func (user *User) GluonKey() []byte {
// BridgePass returns the user's bridge password, used for authentication over SMTP and IMAP.
func (user *User) BridgePass() []byte {
return []byte(user.vault.BridgePass())
return user.vault.BridgePass()
}
// UsedSpace returns the total space used by the user on the API.