<%inherit file="/base/root.mako"/> <%def name="title()"> ${_('Check 2FA')} %if c.rhodecode_name: · ${h.branding(c.rhodecode_name)} %endif
${h.secure_form(h.route_path('check_2fa'), request=request, id='totp_form')}

${h.text('totp', class_="form-control", style='width: 38%;')}
%if 'totp' in errors: ${errors.get('totp')}
%endif

${h.submit('save',_('Verify'),class_="btn btn-primary", style='width: 40%;')}