You are here

public function MiniorangeCustomerProfile::getRegisteredEmail in Google Authenticator / 2 Factor Authentication - 2FA 7

File

classes/CustomerProfile.php, line 42
Contains constants class.

Class

MiniorangeCustomerProfile
@file This class represents User Profile.

Code

public function getRegisteredEmail() {
  return $this->registered_email;
}