fix: authwebview
This commit is contained in:
parent
90ac1b36ba
commit
327caf3df0
5 changed files with 10 additions and 34 deletions
|
|
@ -148,7 +148,7 @@ class _SignUpState extends State<SignUp> {
|
|||
borderRadius: BorderRadius.circular(6),
|
||||
),
|
||||
child: loading
|
||||
? CircularProgressIndicator()
|
||||
? LinearProgressIndicator()
|
||||
: Text(
|
||||
L10n.of(context).signUp.toUpperCase(),
|
||||
style: TextStyle(color: Colors.white, fontSize: 16),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue