Skip to content

Commit

Permalink
missing data
Browse files Browse the repository at this point in the history
  • Loading branch information
sagishm committed Jan 8, 2023
1 parent dd5c9dd commit 1f323fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions GigyaSwift/Global/Providers/WebLogin/SsoLoginWrapper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ final class SsoLoginWrapper: NSObject, ProviderWrapperProtocol {

static let callbackURLScheme = "gsapi"

// static let redirectUri = "\(callbackURLScheme)://\(Bundle.main.bundleIdentifier ?? "")/login/".lowercased()
static let redirectUri = "\(callbackURLScheme)://com.coms-verification.pocswift/login/".lowercased()
static let redirectUri = "\(callbackURLScheme)://\(Bundle.main.bundleIdentifier ?? "")/login/".lowercased()

struct EndPoints {
static let auth = "authorize"
Expand Down

0 comments on commit 1f323fb

Please sign in to comment.