|
|
@@ -237,12 +237,12 @@ namespace TeamAAS_VP.ViewModels.User
|
|
|
|
|
|
await _systemDatabaseService.SetCurrentUserAsync(user);
|
|
|
|
|
|
- App.Current.Dispatcher.Invoke(() =>
|
|
|
- {
|
|
|
- user.UserPassword = string.Empty;
|
|
|
- _eventAggregator.GetEvent<UserLoginNotification>().Publish(_systemDatabaseService.GetCurrentUser());
|
|
|
- View.DialogResult = true;
|
|
|
- });
|
|
|
+ //App.Current.Dispatcher.Invoke(() =>
|
|
|
+ //{
|
|
|
+ // user.UserPassword = string.Empty;
|
|
|
+ // _eventAggregator.GetEvent<UserLoginNotification>().Publish(_systemDatabaseService.GetCurrentUser());
|
|
|
+ // View.DialogResult = true;
|
|
|
+ //});
|
|
|
|
|
|
}
|
|
|
}
|