added in basic auth from env variable

This commit is contained in:
2021-11-12 12:14:17 +00:00
parent c0e44c223e
commit d96c072bfe
6 changed files with 21 additions and 10 deletions
+1
View File
@@ -56,6 +56,7 @@ let CompleteAppeal = (props) => {
props.props.form.appealForm.values,
props.appealType.appealLPA,
props.props.accountDetails.loggedinUserId,
props.appealType.appealTypeID,
]);
const getFormCollection = (formtype) => {