diff --git a/dotnet-authserver/src/TeacherIdentity.AuthServer/Pages/SignIn/Complete.cshtml b/dotnet-authserver/src/TeacherIdentity.AuthServer/Pages/SignIn/Complete.cshtml index 4dccef1e2..e61cc155f 100644 --- a/dotnet-authserver/src/TeacherIdentity.AuthServer/Pages/SignIn/Complete.cshtml +++ b/dotnet-authserver/src/TeacherIdentity.AuthServer/Pages/SignIn/Complete.cshtml @@ -37,7 +37,16 @@ else if (Model.TrnVerificationElevationSuccessful == false && Model.TrnRequirementType == TrnRequirementType.Required) {

You’ve signed in to your DfE Identity account but some of the additional information you gave could not be verified.

-

Email @(Configuration["SupportEmail"]) for help.

+

+ Email @(Configuration["SupportEmail"]) for help. + You should include your: +

+

} else if (Model.TrnVerificationElevationSuccessful == false && Model.TrnRequirementType == TrnRequirementType.Optional) { @@ -46,7 +55,16 @@ else if (Model.TrnMatchPolicy == TrnMatchPolicy.Strict && Model.Trn is null && Model.TrnRequirementType == TrnRequirementType.Required) {

You’ve created a DfE Identity account but some of the information you gave could not be verified.

-

Email @(Configuration["SupportEmail"]) for help.

+

+ Email @(Configuration["SupportEmail"]) for help. + You should include your: +

+

} else if (Model.TrnRequirementType == TrnRequirementType.Required) {