fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit d2b0a2073b - Show all commits

View file

@ -194,7 +194,7 @@ export class ProfileDialog extends IGBDialog {
return text.match(/([a-zA-Z0-9._-]+@[a-zA-Z0-9._-]+\.[a-zA-Z0-9_-]+)/gi); return text.match(/([a-zA-Z0-9._-]+@[a-zA-Z0-9._-]+\.[a-zA-Z0-9_-]+)/gi);
}; };
const value = extractEntity(step.result); const value = extractEntity(step.context.activity.originalText);
if (value === null) { if (value === null) {
await step.context.sendActivity(Messages[locale].validation_enter_valid_email); await step.context.sendActivity(Messages[locale].validation_enter_valid_email);