From 44cec326e9ab6fb30981167cb1042fed02eaa1ba Mon Sep 17 00:00:00 2001 From: Shannon Date: Fri, 28 Aug 2020 16:05:47 +1000 Subject: [PATCH] need another build --- src/Umbraco.Web/Editors/AuthenticationController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Web/Editors/AuthenticationController.cs b/src/Umbraco.Web/Editors/AuthenticationController.cs index 17945897e0..38c18268da 100644 --- a/src/Umbraco.Web/Editors/AuthenticationController.cs +++ b/src/Umbraco.Web/Editors/AuthenticationController.cs @@ -66,6 +66,7 @@ namespace Umbraco.Web.Editors return provider.GetConfiguration(Services.UserService); } + /// /// Checks if a valid token is specified for an invited user and if so logs the user in and returns the user object ///