🐛 Fixes some bugs in OIDC

This commit is contained in:
2025-06-17 00:18:41 +08:00
parent 4dbee27718
commit 9b67d58ee4
15 changed files with 457 additions and 186 deletions

View File

@ -174,7 +174,14 @@ class AccountSettingsScreen extends HookConsumerWidget {
)
: Text(connection.providedIdentifier),
leading: CircleAvatar(
child: Icon(getProviderIcon(connection.provider)),
child: getProviderIcon(
connection.provider,
size: 16,
color:
Theme.of(
context,
).colorScheme.onPrimaryContainer,
),
).padding(top: 4),
trailing: const Icon(Symbols.chevron_right),
isThreeLine: true,