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
15 changes: 10 additions & 5 deletions HostedForms/Error.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,28 @@ <h4>
</div>
</form>
{% else %}
<p>
<h4>
{{Resources.RuntimeModelResources.RuntimeModelUserReportCorrelationErrorComplete | Escape }}
</h4>

<h4>
{{Resources.RuntimeModelResources.RuntimeModelCorrelationId | Escape }}

</h4>

{{Model.CorrelationError.CorrelationId }}

<p>
{{Model.CorrelationError.CorrelationId }}
</p>

<br />

<h4>
{{Resources.RuntimeModelResources.RuntimeModelIssuedDate | Escape }}
</h4>

{{Model.CorrelationError.IssuedDate | Escape }}
</p>
<p>
{{Model.CorrelationError.IssuedDate | Escape }}
</p>
{% endif %}
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions HostedForms/FirstFactorWebAuthnError.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ <h4>{{ Resources.OtpResources.OtpAuthenticationFailedView_WebAuthenErrorViewErro
{{ ReturnToLoginSelectorLink }}
</div>
{% endif %}
</div>
</div>
{% endblock %}
88 changes: 1 addition & 87 deletions HostedForms/IdentifyMeEnableAuthenticator.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,49 +248,7 @@ <h4 class="text-center font-size-of-wizards-step">
enctype="multipart/form-data"
role="form"
>
<input
type="hidden"
name="Secret"
value="{{ Model.Secret | Escape }}"
/>
<input
type="hidden"
name="AuthenticatorUri"
value="{{ Model.AuthenticatorUri | Escape }}"
/>
<input
type="hidden"
name="CurrentUILanguageCode"
value="{{ Model.CurrentUILanguageCode | Escape }}"
/>
<input
type="hidden"
name="SharedKey"
value="{{ Model.SharedKey | Escape }}"
/>

{% if Model.HasSelectedAuthenticator %}
<input
type="hidden"
name="SelectedAuthenticator.EnabledAuthenticator"
value="{{ Model.SelectedAuthenticator.EnabledAuthenticator | Escape }}"
/>
<input
type="hidden"
name="SelectedAuthenticator.SecondFactorConnectionName"
value="{{ Model.SelectedAuthenticator.SecondFactorConnectionName | Escape }}"
/>
<input
type="hidden"
name="SelectedAuthenticator.MfaMethod"
value="{{ Model.SelectedAuthenticator.MfaMethod | Escape }}"
/>
<input
type="hidden"
name="SelectedAuthenticator.UserId"
value="{{ Model.SelectedAuthenticator.UserId | Escape }}"
/>
{% endif %}
{{ Csrf }}
<div
class="form-group text-center bolder500 margin-content-step"
>
Expand Down Expand Up @@ -401,50 +359,6 @@ <h4 class="text-center font-size-of-wizards-step">
class="wizard no-padding"
>
{{ Csrf }}
<input
type="hidden"
name="Secret"
value="{{ Model.Secret | Escape }}"
/>
<input
type="hidden"
name="AuthenticatorUri"
value="{{ Model.AuthenticatorUri | Escape }}"
/>
<input
type="hidden"
name="CurrentUILanguageCode"
value="{{ Model.CurrentUILanguageCode | Escape }}"
/>
<input
type="hidden"
name="SharedKey"
value="{{ Model.SharedKey | Escape }}"
/>

{% if Model.HasSelectedAuthenticator %}
<input
type="hidden"
name="SelectedAuthenticator.EnabledAuthenticator"
value="{{ Model.SelectedAuthenticator.EnabledAuthenticator | Escape }}"
/>
<input
type="hidden"
name="SelectedAuthenticator.SecondFactorConnectionName"
value="{{ Model.SelectedAuthenticator.SecondFactorConnectionName | Escape }}"
/>
<input
type="hidden"
name="SelectedAuthenticator.MfaMethod"
value="{{ Model.SelectedAuthenticator.MfaMethod | Escape }}"
/>
<input
type="hidden"
name="SelectedAuthenticator.UserId"
value="{{ Model.SelectedAuthenticator.UserId | Escape }}"
/>
{% endif %}

<div class="form-group">
<input
type="checkbox"
Expand Down
2 changes: 1 addition & 1 deletion HostedForms/IdentifyMeErrorPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h3>{{ Resources.ErrorPage_OopsMessage | Escape }}</h3>
<br />
{% if Model.ShowRequestId != null %}
<p>
<strong>{{ Resources.ErrorPage_RequestId | Escape }}</strong=>
<strong>{{ Resources.ErrorPage_RequestId | Escape }}</strong>
<code>{{ Model.RequestId | Escape }}</code>
</p>
{% endif %}
Expand Down
30 changes: 17 additions & 13 deletions HostedForms/OtpMalformedRequestError.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,21 +71,25 @@ <h4>
</div>
</form>
{% else %}
<h4>
{{Resources.RuntimeModelResources.RuntimeModelUserReportCorrelationErrorComplete | Escape }}
</h4>

<h4>
{{Resources.RuntimeModelResources.RuntimeModelCorrelationId | Escape }}
</h4>

<p>
<h4>
{{Resources.RuntimeModelResources.RuntimeModelUserReportCorrelationErrorComplete | Escape }}
</h4>
<h4>
{{Resources.RuntimeModelResources.RuntimeModelCorrelationId | Escape }}
</h4>

{{Model.CorrelationError.CorrelationId }}
<br />

<h4>
{{Resources.RuntimeModelResources.RuntimeModelIssuedDate | Escape }}
</h4>

</p>

<br />

<h4>
{{Resources.RuntimeModelResources.RuntimeModelIssuedDate | Escape }}
</h4>

<p>
{{Model.CorrelationError.IssuedDate | Escape }}
</p>
{% endif %}
Expand Down
14 changes: 9 additions & 5 deletions HostedForms/ReportError.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,27 @@ <h4>
{% endif %}
</form>
{% else %}
<p>
<h4>
{{Resources.RuntimeModelResources.RuntimeModelUserReportCorrelationErrorComplete | Escape }}
</h4>

<h4>
{{Resources.RuntimeModelResources.RuntimeModelCorrelationId | Escape }}
</h4>

{{Model.CorrelationError.CorrelationId }}

<p>
{{Model.CorrelationError.CorrelationId }}
</p>

<br />

<h4>
{{Resources.RuntimeModelResources.RuntimeModelIssuedDate | Escape }}
</h4>

{{Model.CorrelationError.IssuedDate | Escape }}
</p>
<p>
{{Model.CorrelationError.IssuedDate | Escape }}
</p>
{% endif %}
</div>
</div>
Expand Down