Version MOBILE

This commit is contained in:
2025-04-22 18:38:33 +02:00
parent 4b674d67ab
commit 0de851f7d9
3 changed files with 3 additions and 1 deletions
@@ -18,6 +18,7 @@ namespace WorkFlowCheck.MAUI.Helper
public static string DatabaseName = "";
public static bool Syncronised = false;
public static UserDTO SystemUserDTO;
public static string ProgramVersion = "v1.1.018";
#if DEBUG
public static string ApiBaseUrl = $"https://dev.wfcapi.nuvolar.hu/";
@@ -25,7 +26,7 @@ namespace WorkFlowCheck.MAUI.Helper
#endif
#if !DEBUG
public static string ApiBaseUrl = $"https://wfcapi.nuvolar.hu/";
public static string ApiBaseUrl = $"https://uat.wfcapi.nuvolar.hu/";
public static string ApiKey = $"RUJeLSpSMzVASUdaRCEzUyYxRSE0VyFISFRSJC0zRzhLM1hCSDU=";
#endif
public async static Task GetAPIInfoAsync()
@@ -17,6 +17,7 @@ public partial class LoginPage : BasePage
SetContent(LoginContent);
_userService = MauiProgram.ServiceProvider.GetRequiredService<IUserService>();
_syncService = MauiProgram.ServiceProvider.GetRequiredService<ISyncService>();
Title = $"Workflow Check Application ({SystemHelper.ProgramVersion})";
}
private async void OnLoginClicked(object sender, EventArgs e)
{