Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dshukertjr committed Jun 18, 2022
1 parent 0a818b5 commit 689d35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/supabase_auth.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class SupabaseAuth with WidgetsBindingObserver {
Future<String?> get accessToken => _localStorage.accessToken();

/// Returns when the initial session recovery is done.
/// Can be used to determine whether a user is signed in or not uplon
/// Can be used to determine whether a user is signed in or not upon
/// initial app launch.
Future<Session?> get initialSession => _initialSessionCompleter.future;
final Completer<Session?> _initialSessionCompleter = Completer();
Expand Down

0 comments on commit 689d35f

Please sign in to comment.