Revision dd4c7403 trunk/Pithos.Client.WPF/Preferences/LoginView.xaml.cs

b/trunk/Pithos.Client.WPF/Preferences/LoginView.xaml.cs
19 19
using Caliburn.Micro;
20 20
using Pithos.Client.WPF.Properties;
21 21

  
22

  
23 22
namespace Pithos.Client.WPF.Preferences
24 23
{
25 24
    /// <summary>
......
137 136
*/
138 137
            if (e.Uri.Scheme == "pithos")
139 138
            {
140
                Log.DebugFormat("Authentication response [{0}]",e.Uri);
139
                Log.DebugFormat("Authentication response [{0}]", e.Uri);
141 140
                e.Cancel = true;
142 141
                var response = ParseResponse(e.Uri.Query);
143
                Account = response["user"];
142
                //Account = response["user"];
144 143
                Token = response["token"];
145 144
                Log.InfoFormat("Token received for [{0}]", Account);
146 145
                DialogResult = true;

Also available in: Unified diff