🐛 Serval bug fixes
This commit is contained in:
@@ -166,7 +166,7 @@ class AccountConnectionNewSheet extends HookConsumerWidget {
|
|||||||
webAuthenticationOptions: WebAuthenticationOptions(
|
webAuthenticationOptions: WebAuthenticationOptions(
|
||||||
clientId: 'dev.solsynth.solarpass',
|
clientId: 'dev.solsynth.solarpass',
|
||||||
redirectUri: Uri.parse(
|
redirectUri: Uri.parse(
|
||||||
'https://nt.solian.app/auth/callback/apple',
|
'https://id.solian.app/auth/callback/apple',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
@@ -69,7 +69,7 @@ void showLoadingModal(BuildContext context) {
|
|||||||
child: Column(
|
child: Column(
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
children: [
|
children: [
|
||||||
CircularProgressIndicator(year2023: true),
|
CircularProgressIndicator(year2023: false),
|
||||||
const Gap(24),
|
const Gap(24),
|
||||||
Text('loading'.tr()),
|
Text('loading'.tr()),
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user