Catrobat.IDE.Core.ViewModels.Service.UploadProgramViewModel.ChangeUserAction C# (CSharp) Method

ChangeUserAction() private method

private ChangeUserAction ( ) : void
return void
        private void ChangeUserAction()
        {
            ResetViewModel();
            Context.CurrentToken = "";
            Context.CurrentUserName = "";
            Context.CurrentUserEmail = "";
            ServiceLocator.NavigationService.NavigateTo<UploadProgramLoginViewModel>();
            ServiceLocator.NavigationService.RemoveBackEntry();
        }