new(WhatsApp.gblib): Warning of QRCode.

This commit is contained in:
Rodrigo Rodriguez 2024-04-13 17:08:10 -03:00
parent 61d31379eb
commit 462297dc75

View file

@ -408,7 +408,7 @@ export class AdminDialog extends IGBDialog {
if (step.activeDialog.state.tokenName) { if (step.activeDialog.state.tokenName) {
return await step.next(step.options); return await step.next(step.options);
} }
step.activeDialog.state.authenticatorTenant = step.result; step.activeDialog.state.authenticatorTenant = step.context.activity['originalText'];
const locale = step.context.activity.locale; const locale = step.context.activity.locale;
const prompt = Messages[locale].enter_authenticator_authority_host_url; const prompt = Messages[locale].enter_authenticator_authority_host_url;
@ -416,7 +416,7 @@ export class AdminDialog extends IGBDialog {
}, },
async step => { async step => {
step.activeDialog.state.authenticatorAuthorityHostUrl = step.result; step.activeDialog.state.authenticatorAuthorityHostUrl = step.context.activity['originalText'];
const tokenName = step.activeDialog.state.tokenName; const tokenName = step.activeDialog.state.tokenName;