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

@ -67,7 +67,7 @@ class _SignUpPasswordState extends State<SignUpPassword> {
);
} else {
await AdaptivePageLayout.of(context).pushNamed(
'/authwebview',
'/authwebview/$currentStage/${exception.session}',
arguments: () => _signUpAction(
context,
auth: AuthenticationData(session: exception.session),
@ -157,7 +157,7 @@ class _SignUpPasswordState extends State<SignUpPassword> {
borderRadius: BorderRadius.circular(6),
),
child: loading
? CircularProgressIndicator()
? LinearProgressIndicator()
: Text(
L10n.of(context).createAccountNow.toUpperCase(),
style: TextStyle(color: Colors.white, fontSize: 16),