Skip to content

Commit e3d7959

Browse files
committed
Fix deprecation
1 parent fa43cb4 commit e3d7959

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

2525
/**

0 commit comments

Comments
 (0)