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. + + Scene sync + Structure sync + Companion tools + + Sign In + + } + else + { Scene Links @@ -417,6 +430,7 @@ + }
@statusText
Signed in as @Model.DisplayName
Sign in to access your PlotDirector projects and manuscript tools.