fix: authwebview

This commit is contained in:
Christian Pauly 2021-01-16 15:13:29 +01:00
commit 327caf3df0
5 changed files with 10 additions and 34 deletions

View file

@ -230,7 +230,7 @@ class _LoginState extends State<Login> {
borderRadius: BorderRadius.circular(6),
),
child: loading
? CircularProgressIndicator()
? LinearProgressIndicator()
: Text(
L10n.of(context).login.toUpperCase(),
style: TextStyle(color: Colors.white, fontSize: 16),