Userhez is lehet már NFC kódot rendelni

This commit is contained in:
2025-04-15 19:42:48 +02:00
parent c51ee750f9
commit e151590860
19 changed files with 243 additions and 123 deletions
@@ -50,7 +50,7 @@ public partial class CheckListPage : ContentPage
{
_currentUser = _userService.GetCurrentUser();
DeviceId.Text = _userService.DeviceId;
UserInfo.Text = $"{_currentUser?.FirstName} {_currentUser?.LastName}";
UserInfo.Text = $"{_currentUser?.LastName} {_currentUser?.FirstName}";
}
protected override bool OnBackButtonPressed()
{