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 a7d96ad commit ac4f921
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 @@ -238,7 +238,7 @@ The `SessionManager` provides several methods to monitor and control the user's
```

- **Deprecated `signOut` Method**
The original `signOut` method is deprecated but can still be used to sign the user out from all devices. Using `signOutAllDevices` is recommended for better clarity and future support.
The original `signOut` method is deprecated. If the same behavior is desired, use `signOutAllDevices` instead.

```dart
// Deprecated usage
Expand Down

0 comments on commit ac4f921

Please sign in to comment.