Most működik egy tesztelhető verzió.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using CommunityToolkit.Maui.Alerts;
|
||||
using CommunityToolkit.Maui.Core;
|
||||
using System.Drawing;
|
||||
using WorkFlowCheck.MAUI.Helper;
|
||||
using WorkFlowCheck.MAUI.Pages.NFC;
|
||||
using WorkFlowCheck.MAUI.Services.Interfaces;
|
||||
|
||||
@@ -32,6 +33,8 @@ public partial class LoginPage : BasePage
|
||||
{
|
||||
_userService.SetCurrentUser(response.Data);
|
||||
|
||||
SystemHelper.SystemUserDTO = response.Data;
|
||||
|
||||
//await _syncService.SyncDatas();
|
||||
|
||||
var wFCUser = Newtonsoft.Json.JsonConvert.SerializeObject(response.Data);
|
||||
|
||||
Reference in New Issue
Block a user