web: add hidden input with totp config url
This commit is contained in:
parent
ca122b20c9
commit
ab200a1dfb
|
@ -43,6 +43,7 @@ export class AuthenticatorTOTPStage extends BaseStage {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<input type="hidden" name="otp_uri" value=${this.challenge.config_url} />
|
||||||
<ak-form-element>
|
<ak-form-element>
|
||||||
<!-- @ts-ignore -->
|
<!-- @ts-ignore -->
|
||||||
<qr-code data="${this.challenge.config_url}"></qr-code>
|
<qr-code data="${this.challenge.config_url}"></qr-code>
|
||||||
|
|
Reference in New Issue