Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion HostedForms/AuthenticationList.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{% endfor %}

{% if Model.OfferRememberUserChoiceOfIdentityProvider == true %}
<input id="cbRememberIdP" name="Remember" type="checkbox" type="checkbox" style="margin: 3px 3px 3px 4px;" /> {{Model.OfferRememberUserChoiceOfIdentityProviderHelpText}}
<input id="cbRememberIdP" name="Remember" type="checkbox" style="margin: 3px 3px 3px 4px;" /> {{Model.OfferRememberUserChoiceOfIdentityProviderHelpText}}
<br />
{% endif %}

Expand Down
2 changes: 1 addition & 1 deletion HostedForms/RecoveryCode.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h4>
{{ Csrf }}

<div class="form-group">
<input id="txtRecoveryCode type="text" name="recoverycode" autocomplete="off" class="form-password form-control required">
<input id="txtRecoveryCode" type="text" name="recoverycode" autocomplete="off" class="form-password form-control required">
</div>
<div class="form-group">
<button id="btnLogin" type="submit" class="btn btn-default">{{Resources.OtpResources.EnableAuthenticator_LogIn | Escape }}</button>
Expand Down