Skip to content

Commit

Permalink
Merge branch 'develop' into releases/1.7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Nov 27, 2023
2 parents da4d64c + ac6fd21 commit 7f2660c
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 7f2660c

Please sign in to comment.