Skip to content

Commit

Permalink
chore!: upgrade supabase to 1.0.0-dev.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinzent03 committed Aug 14, 2022
1 parent 8a1e0ff commit 8af9be9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/supabase_auth.dart
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class SupabaseAuth with WidgetsBindingObserver {
final response = await Supabase.instance.client.auth
.recoverSession(persistedSession);
if (!_instance._initialSessionCompleter.isCompleted) {
_instance._initialSessionCompleter.complete(response.data);
_instance._initialSessionCompleter.complete(response.session);
}
} on GoTrueException catch (error) {
Supabase.instance.log(error.message);
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
hive: ^2.2.1
hive_flutter: ^1.1.0
http: ^0.13.4
supabase: ^1.0.0-dev.3
supabase: ^1.0.0-dev.4
url_launcher: ^6.1.2

dev_dependencies:
Expand Down

0 comments on commit 8af9be9

Please sign in to comment.