lemonldap-ng/lemonldap-ng-portal/site/templates/bootstrap/yubikeyform.tpl

16 lines
503 B
Smarty
Raw Normal View History

2014-06-05 15:49:44 +02:00
<div class="form">
2018-09-26 15:18:56 +02:00
<div class="input-group mb-3">
<div class="input-group-prepend">
<span class="input-group-text"><i class="fas fa-chevron-right"></i></span>
</div>
2017-03-24 07:11:55 +01:00
<input name="yubikeyOTP" type="text" class="form-control" trplaceholder="enterYubikey" aria-required="true"/>
</div>
<TMPL_INCLUDE NAME="checklogins.tpl">
<button type="submit" class="btn btn-success" >
2018-09-26 15:18:56 +02:00
<span class="fas fa-sign-in-alt"></span>
<span trspan="connect">Connect</span>
</button>
2014-06-05 15:49:44 +02:00
</div>