public function MoAuthLoginSettings::getEnable2Factor in Google Authenticator / 2 Factor Authentication - 2FA 7
File
- classes/
LoginSettings.php, line 58
Class
Code
public function getEnable2Factor() {
return $this->enable2Factor;
}
public function getEnable2Factor() {
return $this->enable2Factor;
}