Skip to content

Commit

Permalink
fix: skipping onboarding screen
Browse files Browse the repository at this point in the history
  • Loading branch information
irediaes committed Apr 21, 2022
1 parent 49ecf2c commit ef63431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common/providers/account_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class CEVAccountProvider with ChangeNotifier {
String _statusMessage = '';
bool _isLoggedIn = false;
bool _showNodeDropdown = false;
CEVAccount? _account = CEVAccount();
CEVAccount? _account;
List<Detail> _details = [];
// set the SS58 registry prefix
// currently set to Substrate which is 42
Expand Down

0 comments on commit ef63431

Please sign in to comment.