mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 12:01:32 +02:00
Merge pull request #27859 from overleaf/jel-domain-capture-create-new-user
[web] Create new group user via domain capture GitOrigin-RevId: 2b8740edcfde05cf065564e87f50a9f84d14950a
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user