mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-25 12:24:59 +00:00
Added an error popup if username is empty on lfs locks
This commit is contained in:
parent
6e35ac9eb0
commit
62c006591a
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ namespace SourceGit.ViewModels
|
|||
{
|
||||
if (string.IsNullOrEmpty(_userName))
|
||||
{
|
||||
//todo: add an error popup
|
||||
App.RaiseException(_repo, "Username is empty");
|
||||
return Locks;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue