Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Environment configuration issues sandbox login url #3

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/App/env/sandbox/AppConfiguration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import Foundation

public class AppConfiguration {
public static let tapkeyBaseUri = "https://my.sandbox.tapkey.io"
public static let tapkeyAuthorizationEndpoint = "https://login.sandbox.ui"
public static let tapkeyAuthorizationEndpoint = "https://login.sandbox.tapkey.io"
public static let tapkeyDomainId: Int32 = 0xFF02
public static let tapkeyBleServiceUuid: String? = "6e65742e-7470-6b79-2ea0-000006060142"
public static let tapkeyOAuthClientId = ""
Expand Down