Remove prepended username from `/v2/backup/auth` response
This commit is contained in:
parent
82baa892f7
commit
fe9c3982a1
|
@ -27,6 +27,7 @@ public class SecureValueRecovery2Controller {
|
|||
return ExternalServiceCredentialsGenerator
|
||||
.builder(cfg.userAuthenticationTokenSharedSecret())
|
||||
.withUserDerivationKey(cfg.userIdTokenSharedSecret())
|
||||
.prependUsername(false)
|
||||
.build();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue