Skip to content

Commit d552298

Browse files
committed
Just to trigger sonarcloud again
1 parent 16ab8d3 commit d552298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

passage/src/main/java/id/passage/android/PassagePasskey.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class PassagePasskey(
7272
suspend fun login(identifier: String? = null): AuthResult {
7373
try {
7474
val loginAPI = LoginAPI(Passage.BASE_PATH, passageClient)
75-
// Get Credential challenge from Passage.
75+
// Get Credential challenge from Passage
7676
val webauthnStartRequest = LoginWebAuthnStartRequest(identifier)
7777
val webauthnStartResponse = loginAPI.loginWebauthnStart(Passage.appId, webauthnStartRequest)
7878
// Use Credential challenge to prompt user to login with a passkey

0 commit comments

Comments
 (0)