diff --git a/Auth/LearningHub.Nhs.Auth/Views/Account/AlreadyActiveSession.cshtml b/Auth/LearningHub.Nhs.Auth/Views/Account/AlreadyActiveSession.cshtml index 1f5d3b6..a0e908c 100644 --- a/Auth/LearningHub.Nhs.Auth/Views/Account/AlreadyActiveSession.cshtml +++ b/Auth/LearningHub.Nhs.Auth/Views/Account/AlreadyActiveSession.cshtml @@ -1,5 +1,5 @@ @{ - ViewData["Title"] = "Already active session"; + ViewData["Title"] = "Session already active"; }
diff --git a/Auth/LearningHub.Nhs.Auth/web.config b/Auth/LearningHub.Nhs.Auth/web.config new file mode 100644 index 0000000..0cd2434 --- /dev/null +++ b/Auth/LearningHub.Nhs.Auth/web.config @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/LearningHub.Nhs.UserApi/web.config b/LearningHub.Nhs.UserApi/web.config new file mode 100644 index 0000000..f1d8e42 --- /dev/null +++ b/LearningHub.Nhs.UserApi/web.config @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file