Revision 2e3aee00 trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs

b/trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs
628 628
		}
629 629

  
630 630

  
631
		private async Task TryAuthorize(string userName, int retries)
631
		public async Task TryAuthorize(string userName, int retries)
632 632
		{
633 633
			_events.Publish(new Notification { Title = "Authorization failed", Message = "Your API Key has probably expired. You will be directed to a page where you can renew it", Level = TraceLevel.Error });
634 634

  

Also available in: Unified diff