Skip to content

Commit 2a56262

Browse files
committed
Adds question about httpClient.plugin(Auth).providers not being recongized
1 parent 6cc4476 commit 2a56262

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composeApp/src/commonMain/kotlin/me/androidbox/authentication/register/data/imp/AuthorizationRemoteDataSourceImp.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ class AuthorizationRemoteDataSourceImp(
6565
response
6666
}
6767

68+
// QUESTION: providers is not recognized
69+
// httpClient.plugin(Auth).providers
70+
6871
return safeResult
6972
}
7073
}

0 commit comments

Comments
 (0)