Skip to content

Commit

Permalink
Update docs/06-concepts/11-authentication/01-setup.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Sandor <[email protected]>
  • Loading branch information
klkucaj and SandPod authored Oct 28, 2024
1 parent ac4f921 commit f94bddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/06-concepts/11-authentication/01-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ void main() async {
The `SessionManager` provides several methods to monitor and control the user's session state:

- **`isSignedIn`**
Checks if the user is currently signed in, returning `true` for signed-in status and `false` otherwise.
Check the users authentication status.

```dart
sessionManager.isSignedIn;
Expand Down

0 comments on commit f94bddd

Please sign in to comment.