changeset 1:2ca1dbe1c9cd

First phase of Basic Auth completed
author Hadi <hadi@jetbrains.com>
date Tue, 21 May 2013 13:10:38 +0200
parents 0f2d2dc628c7
children 28b099d4fde2
files Core/Authentication/BasicAuthentication.cs
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Core/Authentication/BasicAuthentication.cs	Mon May 20 21:35:05 2013 +0400
+++ b/Core/Authentication/BasicAuthentication.cs	Tue May 21 13:10:38 2013 +0200
@@ -2,6 +2,6 @@
 {
     public class BasicAuthentication
     {
-        //
+        // First phase done
     }
 }