diff --git a/PlotLine/Views/WordCompanionHost/Index.cshtml b/PlotLine/Views/WordCompanionHost/Index.cshtml index 3415b5b..21121c2 100644 --- a/PlotLine/Views/WordCompanionHost/Index.cshtml +++ b/PlotLine/Views/WordCompanionHost/Index.cshtml @@ -17,18 +17,31 @@

PlotDirector

-

@statusText

+ @if (Model.IsAuthenticated) + { +

@statusText

+ }
@if (Model.IsAuthenticated) {

Signed in as @Model.DisplayName

} - else - { - Sign in - }
+ @if (!Model.IsAuthenticated) + { +
+

Sign in to access your PlotDirector projects and manuscript tools.

+ + Sign In +
+ } + else + {