1
0
mirror of https://github.com/go-vikunja/app synced 2025-02-15 03:02:22 +00:00

fix: removed platform text from login page

This commit is contained in:
Benimautner 2024-10-05 11:11:19 +02:00
parent 88ad9557ef
commit 3482f7bc44

View File

@ -275,7 +275,6 @@ class _LoginPageState extends State<LoginPage> {
VikunjaGlobal.of(context).client.ignoreCertificates =
value ?? false;
}),
Text("Platform OS:"+Platform.operatingSystem)
],
),
),