Skip to content

Commit

Permalink
Add appState in equest function.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav Goel committed Jan 15, 2025
1 parent 3580ead commit 7ca647a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/SingleFactorAuth/SingleFactorAuth.swift
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ public class SingleFactorAuth {
signMessageMap["loginId"] = loginId
signMessageMap["sessionId"] = sessionId
signMessageMap["platform"] = "ios"
signMessageMap["appState"] = appState

var requestData: [String: Any] = [:]
requestData["method"] = method
Expand Down

0 comments on commit 7ca647a

Please sign in to comment.