Small changes

This commit is contained in:
Dimitar Byalkov
2021-03-20 17:11:27 +02:00
parent e3b1409b69
commit e404892b4a
5 changed files with 37 additions and 8 deletions

View File

@@ -43,6 +43,7 @@ namespace Display
string userName, password;
InitialUserInput(out userName, out password);
uc.RegisterItem(userName, password);
Console.WriteLine("Registration succesful!");
}
}
catch (Exception e)