diff --git a/packages/core/src/messagingProtocols/mls/E2EIdentityService/E2EIServiceInternal.ts b/packages/core/src/messagingProtocols/mls/E2EIdentityService/E2EIServiceInternal.ts index 9b81e54821..50f4f00409 100644 --- a/packages/core/src/messagingProtocols/mls/E2EIdentityService/E2EIServiceInternal.ts +++ b/packages/core/src/messagingProtocols/mls/E2EIdentityService/E2EIServiceInternal.ts @@ -97,13 +97,6 @@ class E2EIServiceInternal { // If we don't have a handle, we need to start a new OAuth flow try { // Initialize the identity - - if (!this.acmeService) { - throw new Error( - 'Error while trying to start a certificate process. E2eIdentityService is not fully initialized', - ); - } - await this.initIdentity(hasActiveCertificate); return this.startNewOAuthFlow(); } catch (error) {