Skip to content

Commit ea3924e

Browse files
author
WilliamKwokX
committed
+
1 parent ee52438 commit ea3924e

File tree

1 file changed

+5
-2
lines changed
  • testcaller/src/test/kotlin/pers/shawxingkwok/test/details

1 file changed

+5
-2
lines changed

testcaller/src/test/kotlin/pers/shawxingkwok/test/details/Auth.kt

+5-2
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,13 @@ class Auth {
171171

172172
object OAuth : Phone.AuthApi_Oauth{
173173
override fun Route.onStart() {
174-
get("/login/callback"){
175-
174+
authenticate("auth-oauth") {
175+
get("/login/callback") {
176+
TODO()
177+
}
176178
}
177179
}
180+
178181
override suspend fun login(): Callback<Unit> = { }
179182
}
180183
}

0 commit comments

Comments
 (0)