fix: authwebview
This commit is contained in:
parent
90ac1b36ba
commit
327caf3df0
5 changed files with 10 additions and 34 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue