Skip to content

Commit fa43cb4

Browse files
committed
Deprecate NativeSignInResult.NetworkError as it isn't used
1 parent 5933ac9 commit fa43cb4

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
2223
data class NetworkError(val message: String) : NativeSignInResult
2324

2425
/**

0 commit comments

Comments
 (0)