diff --git a/services/web/app/src/Features/Errors/Errors.js b/services/web/app/src/Features/Errors/Errors.js index 487b8cbd03..1ba294cda4 100644 --- a/services/web/app/src/Features/Errors/Errors.js +++ b/services/web/app/src/Features/Errors/Errors.js @@ -186,6 +186,8 @@ class SAMLEmailNotRecognizedError extends SAMLAuthenticationError { } } +class SAMLDomainCaptureRegisterError extends SAMLAuthenticationError {} + class SAMLSessionDataMissing extends BackwardCompatibleError { constructor(arg) { super(arg) @@ -360,6 +362,7 @@ module.exports = { SAMLLoginFailureError, SAMLEmailNotRecognizedError, SAMLResponseAlreadyProcessedError, + SAMLDomainCaptureRegisterError, SLInV2Error, ThirdPartyIdentityExistsError, ThirdPartyUserNotFoundError,