🐛 Serval bug fixes
This commit is contained in:
@@ -166,7 +166,7 @@ class AccountConnectionNewSheet extends HookConsumerWidget {
|
||||
webAuthenticationOptions: WebAuthenticationOptions(
|
||||
clientId: 'dev.solsynth.solarpass',
|
||||
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(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
CircularProgressIndicator(year2023: true),
|
||||
CircularProgressIndicator(year2023: false),
|
||||
const Gap(24),
|
||||
Text('loading'.tr()),
|
||||
],
|
||||
|
Reference in New Issue
Block a user