Skip to content

Commit

Permalink
fix: removed platform text from login page
Browse files Browse the repository at this point in the history
  • Loading branch information
Benimautner committed Oct 5, 2024
1 parent 88ad955 commit 3482f7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/pages/user/login.dart
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ class _LoginPageState extends State<LoginPage> {
VikunjaGlobal.of(context).client.ignoreCertificates =
value ?? false;
}),
Text("Platform OS:"+Platform.operatingSystem)
],
),
),
Expand Down

0 comments on commit 3482f7b

Please sign in to comment.