Skip to content
Snippets Groups Projects
Commit 30889555 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Return the username if it can't be translated to a full name.

parent 295a92ec
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ namespace ATxCommon
catch (Exception ex) {
Log.Warn("Can't find full name for {0}: {1}", username, ex.Message);
}
return "";
return username;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment