|
@@ -71,10 +71,9 @@ namespace PDF_Office.ViewModels.Dialog.ServiceDialog
|
|
|
UserRegionName = Guid.NewGuid().ToString();
|
|
|
UserOutCommand = new DelegateCommand(UserOut);
|
|
|
LogOutCommand = new DelegateCommand(LogOut);
|
|
|
- if (ServiceHelper.ALLEmail!="")
|
|
|
- {
|
|
|
- UserEmail = ServiceHelper.ALLEmail;
|
|
|
- }
|
|
|
+
|
|
|
+ UserEmail = ServiceHelper.GetUser();
|
|
|
+
|
|
|
}
|
|
|
public void UserOut()
|
|
|
{
|