mirror of
https://github.com/go-vikunja/app
synced 2025-03-20 10:54:39 +00:00
Merge branch 'main' of https://github.com/go-vikunja/app
This commit is contained in:
commit
88ad9557ef
@ -1,4 +1,6 @@
|
||||
import 'dart:developer';
|
||||
import 'dart:core';
|
||||
import 'dart:io';
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/services.dart';
|
||||
@ -272,7 +274,8 @@ class _LoginPageState extends State<LoginPage> {
|
||||
.setIgnoreCertificates(value ?? false);
|
||||
VikunjaGlobal.of(context).client.ignoreCertificates =
|
||||
value ?? false;
|
||||
})
|
||||
}),
|
||||
Text("Platform OS:"+Platform.operatingSystem)
|
||||
],
|
||||
),
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user