diff --git a/AspNetCore.Security.Jwt/Controllers/GoogleController.cs b/AspNetCore.Security.Jwt/Controllers/GoogleController.cs index bf624ec..289ca1c 100644 --- a/AspNetCore.Security.Jwt/Controllers/GoogleController.cs +++ b/AspNetCore.Security.Jwt/Controllers/GoogleController.cs @@ -6,7 +6,7 @@ namespace AspNetCore.Security.Jwt { /// - /// Facebook Contoller for authentication + /// Google Controller for authentication /// [Produces("application/json")] [Route("api/[controller]")] @@ -39,4 +39,4 @@ public async Task Create([FromBody] GoogleAuthModel user) } } -} \ No newline at end of file +}