Skip to content

Commit

Permalink
Use finishReauthentication
Browse files Browse the repository at this point in the history
  • Loading branch information
louischan-oursky committed Jan 9, 2024
1 parent 8d4757a commit e68f0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/main/java/com/oursky/authgear/latte/Latte.kt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class Latte(
val uri = r.getOrThrow()
coroutineScope.launch {
try {
authgear.finishAuthentication(uri.toString(), request)
authgear.finishReauthentication(uri.toString(), request)
resumeWith(Result.success(true))
} catch (e: Throwable) {
resumeWith(Result.failure(e))
Expand Down

0 comments on commit e68f0f0

Please sign in to comment.