Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9349d408 authored by Akhil's avatar Akhil 🙂
Browse files

Use ALIAS_DOMAIN for HME

parent 492748a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ class ECloudAccountCreator implements AccountCreator
    {
        $token = getenv('COMMON_SERVICES_TOKEN');
        $url = getenv('COMMON_SERVICES_URL');
        $domain = getenv('DOMAIN');
        $domain = getenv('ALIAS_DOMAIN');
        
        $endpoint = '/aliases/hide-my-email/';
        $url .= $endpoint . $resultmail;