Skip to content

Commit

Permalink
Merge branch 'develop' into issues/109-pa-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 authored Nov 27, 2023
2 parents a9f7f67 + ac6fd21 commit 8a7ed17
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class TOTPUtils {
data class OperationTOTPData(

/** The ID of the operations associated with the TOTP */
@SerializedName("potp")
val totp: String,

/** The actual Time-based one time password */
Expand All @@ -49,7 +50,7 @@ class TOTPUtils {
}

queryItems["code"]?.let {
parseJWT(it)
return parseJWT(it)
} ?: run {
Logger.e("Failed to parse deeplink. Key `code` not found")
}
Expand Down

0 comments on commit 8a7ed17

Please sign in to comment.