Skip to content
Snippets Groups Projects
Commit 541e9b68 authored by Prasad's avatar Prasad
Browse files

Fixes #935: Unsetting extensionstore credentials is not applicable

parent 950c7c80
No related branches found
No related tags found
1 merge request!1update
......@@ -57,9 +57,6 @@ class Settings_ExtensionStore_ExtensionStore_View extends Settings_Vtiger_Index_
if (!empty($customerCardId)) {
$this->customerCardInfo = $modelInstance->getCardDetails($customerCardId);
}
} else {
$modelInstance->unsetPassword();
$this->passwordStatus = false;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment