label = $label ?: $lang['btn_profile'] . ' (2FA)'; } /** @inheritdoc */ public function getType() { return 'twofactor_profile'; } /** @inheritdoc */ public function getSvg() { return __DIR__ . '/admin.svg'; } }