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)