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