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
@@ -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)
{