forked from D3Public/oxtotp
18 lines
648 B
Smarty
18 lines
648 B
Smarty
|
[{oxscript include=$oViewConf->getModuleUrl('d3totp', 'out/src/js/index.js')}]
|
||
|
|
||
|
[{capture name="d3script"}]
|
||
|
var creationOptions = [{$requestOptions}];
|
||
|
requestCredentials(creationOptions);
|
||
|
[{/capture}]
|
||
|
[{oxscript add=$smarty.capture.d3script}]
|
||
|
--A--
|
||
|
<form id="webauthn" action="[{$oViewConf->getSelfActionLink()}]" method="post">
|
||
|
[{$oViewConf->getHiddenSid()}]
|
||
|
[{$oViewConf->getNavFormParams()}]
|
||
|
<input type="hidden" name="fnc" value="assertAuthn">
|
||
|
<input type="hidden" name="cl" value="[{$oViewConf->getActiveClassName()}]">
|
||
|
<input type="hidden" name="credential" value='credent'>
|
||
|
</form>
|
||
|
--B--
|
||
|
|
||
|
[{$smarty.block.parent}]
|