Version MOBILE
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user