new(WhatsApp.gblib): Warning of QRCode.
This commit is contained in:
parent
61d31379eb
commit
462297dc75
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue