changeset 7:e75c76192f13 tip

Fixed bug in Basic Authentication
author Hadi <hadi@jetbrains.com>
date Wed, 22 May 2013 13:22:37 +0200
parents b434abb8fe24
children
files Core/Authentication/BasicAuthentication.cs
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Core/Authentication/BasicAuthentication.cs	Wed May 22 12:51:03 2013 +0200
+++ b/Core/Authentication/BasicAuthentication.cs	Wed May 22 13:22:37 2013 +0200
@@ -3,5 +3,7 @@
     public class BasicAuthentication
     {
         // First phase done
+
+
     }
 }