From b9272b62158df5c863f648dcf3e162599854fc57 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 3 Jan 2019 18:29:06 +0000 Subject: [PATCH] --- devdocs/todo.txt | 2 +- server/AyaNova/Startup.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 2ad5ce62..3690a84f 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -9,7 +9,7 @@ Need a sprint to get to a fully testable client with entry form, list and as muc ----------------------- - +/// TODO CLIENT STUFF - Consider moving client app to it's own folder structure, it's clumsy having it with the server and it contains thousands of files which slows shit down when not needed. diff --git a/server/AyaNova/Startup.cs b/server/AyaNova/Startup.cs index 39914acc..ef948bae 100644 --- a/server/AyaNova/Startup.cs +++ b/server/AyaNova/Startup.cs @@ -339,7 +339,7 @@ namespace AyaNova app.UseAuthentication(); //Custom middleware to get user roles and put them into the request so - //they can be authorized in routes + //they can be authorized in routes. app.Use(async (context, next) => { if (!context.User.Identity.IsAuthenticated)