Skip to content

Commit

Permalink
resolved conversations
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmer committed Nov 2, 2023
1 parent 9882c4a commit f837730
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/main_netknights.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class PrivacyIDEAAuthenticator extends ConsumerWidget {
globalRef = ref;
final locale = ref.watch(settingsProvider).currentLocale;
return MaterialApp(
debugShowCheckedModeBanner: false,
debugShowCheckedModeBanner: true,
navigatorKey: globalNavigatorKey,
localizationsDelegates: AppLocalizations.localizationsDelegates,
supportedLocales: AppLocalizations.supportedLocales,
Expand Down
1 change: 0 additions & 1 deletion lib/state_notifiers/token_notifier.dart
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ class TokenNotifier extends StateNotifier<TokenState> {
await isLoading;
isLoading = Future(() async {
final failedTokens = await _repo.saveOrReplaceTokens(tokens);
Logger.warning('Saved Tokens to repo.!!');
if (failedTokens.isNotEmpty) {
Logger.warning(
'Saving tokens failed. Failed Tokens: ${failedTokens.length}',
Expand Down

0 comments on commit f837730

Please sign in to comment.