Skip to content

Commit f846938

Browse files
committed
tidied up internal comments
1 parent 0644e1d commit f846938

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

WebApp/Controllers/ValuesController.cs

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ public class ValuesController : ApiController
2525
[HttpGet]
2626
public Object authenikait(string username, string password)
2727
{
28-
//todo: is authorized already? is so then do not generate another token...
2928
if (IsValidJWTToken())
3029
{
3130
// this is an odd situation - and obviously the client code (or user) is doing something that we really don't think is valid

0 commit comments

Comments
 (0)