Most működik egy tesztelhető verzió.

This commit is contained in:
2025-04-22 14:17:11 +02:00
parent cba9181a2d
commit 3c394f632d
12 changed files with 124 additions and 28 deletions
@@ -19,7 +19,7 @@ public partial class BaseStockPage : ContentPage
{
_currentUser = _userService.GetCurrentUser();
DeviceId.Text = _userService.DeviceId;
UserInfo.Text = $"{_currentUser?.FirstName} {_currentUser?.LastName}";
UserInfo.Text = $"{_currentUser?.LastName} {_currentUser?.FirstName}";
}
override protected async void OnAppearing()