diff --git a/modules/authentication/src/handlers/local.ts b/modules/authentication/src/handlers/local.ts index 2b77ca92b..7286b7942 100644 --- a/modules/authentication/src/handlers/local.ts +++ b/modules/authentication/src/handlers/local.ts @@ -583,7 +583,7 @@ export class LocalHandlers { console.log('sms 2fa not active'); } - if ((config.phoneAuthenticate.enabled) && !errorMessage) { + if ((config.phoneAuthentication.enabled) && !errorMessage) { // maybe check if verify is enabled in sms module await this.grpcSdk.waitForExistence('sms'); this.sms = this.grpcSdk.sms!;