fix error in validation and undefined email value
This commit is contained in:
@@ -88,7 +88,7 @@ module.exports = {
|
||||
repromptSpeech
|
||||
);
|
||||
} else if (!intent.slots.Message.value) {
|
||||
intent.slots.Email.value = emailHelper.transformEmailFromAlexaResponse(intent.slots.Message.value);
|
||||
intent.slots.Email.value = emailHelper.transformEmailFromAlexaResponse(intent.slots.Email.value);
|
||||
if (
|
||||
!emailHelper.isEmailValid (
|
||||
intent.slots.Email.value
|
||||
|
||||
Reference in New Issue
Block a user