Skip to content

Commit 8d92075

Browse files
authored
Merge pull request #952 from supabase-community/deprecate-network-error
Deprecate NativeSignInResult.NetworkError as it isn't used
2 parents 5933ac9 + e3d7959 commit 8d92075

File tree

1 file changed

+1
-0
lines changed
  • plugins/ComposeAuth/src/commonMain/kotlin/io/github/jan/supabase/compose/auth/composable

1 file changed

+1
-0
lines changed

plugins/ComposeAuth/src/commonMain/kotlin/io/github/jan/supabase/compose/auth/composable/NativeSignInResult.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ sealed interface NativeSignInResult {
1919
* Network error occurred
2020
* @property message The error message
2121
*/
22+
@Deprecated("Use Error instead. This will be removed in a future version.")
2223
data class NetworkError(val message: String) : NativeSignInResult
2324

2425
/**

0 commit comments

Comments
 (0)