Skip to content

Commit

Permalink
update signin string, remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandria.gomez authored and alexandria.gomez committed Oct 18, 2023
1 parent 0107252 commit 119547f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default function LaserficheRepositoryAccessWebPart(
}
}
} catch (error) {
// TODO
return false;
}
return false;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export default function LaserficheAdminConfiguration(
}
}
} catch (error) {
// TODO
return false;
}
return false;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const YOU_MUST_BE_CLOUD_USER_TO_USE_WEB_PART =
'You must be a currently licensed Laserfiche Cloud user to use this web part.';
const FOR_MORE_INFO_VISIT = 'For more information visit';

const needLaserficheSignInPage = `Sign in failed. Missing ${LASERFICHE_SIGNIN_PAGE_NAME} SharePoint page. Please refer to the Adding App to SharePoint Site topic in the administration guide for configuration steps.`;
const needLaserficheSignInPage = `Missing ${LASERFICHE_SIGNIN_PAGE_NAME} SharePoint page. Please refer to the Adding App to SharePoint Site topic in the administration guide for configuration steps.`;
export default function SendToLaserficheLoginComponent(
props: ISendToLaserficheLoginComponentProps
): JSX.Element {
Expand Down Expand Up @@ -327,7 +327,7 @@ export default function SendToLaserficheLoginComponent(
}
}
} catch (error) {
// TODO
return false;
}
return false;
}
Expand Down

0 comments on commit 119547f

Please sign in to comment.