Skip to content
Snippets Groups Projects
Commit 54b17806 authored by Jürgen Haas's avatar Jürgen Haas
Browse files

Issue #3264606 by jurgenhaas, Adrianm6254, peter.thorndycraft: Unable to add Acquia Account

parent 3293bb13
No related branches found
No related tags found
1 merge request!7Issue #3264606: Unable to add Acquia Account
......@@ -88,14 +88,14 @@ class Account extends DrdPiAccount implements AccountInterface {
* {@inheritdoc}
*/
public function getEmail(): string {
return $this->get('email');
return $this->get('email') ?? '';
}
/**
* {@inheritdoc}
*/
public function getPrivateKey(): string {
return $this->getDecrypted('private_key');
return $this->getDecrypted('private_key') ?? '';
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment