Skip to content

Commit

Permalink
Fix totp name to potp
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopsaheysa committed Nov 27, 2023
1 parent a199f86 commit c33f689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WultraMobileTokenSDK/Operations/Utils/WMTTOTPUtils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public struct WMTOperationTOTPData: Codable {
public let operationId: String

public enum Keys: String, CodingKey {
case totp = "totp"
case totp = "potp"
case operationId = "oid"
}

Expand Down

0 comments on commit c33f689

Please sign in to comment.