Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Code Cleanup in UserSettingsView #429

@StanleyGoldman

Description

@StanleyGoldman

The if statement on line 145 below reeks of FUD from an earlier code base.
It should be cleaned up.

Logger.Trace("Update user data from GitClient");
GitClient.GetConfigUserAndEmail()
.ThenInUI((success, user) => {
if (success && !String.IsNullOrEmpty(user.Name) && !String.IsNullOrEmpty(user.Email))
{
newGitName = gitName = user.Name;
newGitEmail = gitEmail = user.Email;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions