mirror of
https://github.com/selfxyz/self.git
synced 2026-01-11 07:38:00 -05:00
fix staging pipelines (#1442)
This commit is contained in:
@@ -7,8 +7,6 @@ export const TURNKEY_OAUTH_REDIRECT_URI_ANDROID = 'https://redirect.self.xyz';
|
||||
|
||||
export const TURNKEY_OAUTH_REDIRECT_URI_IOS =
|
||||
'https://oauth-redirect.turnkey.com';
|
||||
// SPDX-FileCopyrightText: 2025 Social Connect Labs, Inc.
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// NOTE: Converts to Apache-2.0 on 2029-06-11 per LICENSE.
|
||||
|
||||
// Re-export all mocks for easier imports
|
||||
export { parseScanResponse, scan } from '@/devtools/mocks/nfcScanner';
|
||||
|
||||
@@ -72,8 +72,8 @@ const SplashScreen: React.FC = ({}) => {
|
||||
await checkAndUpdateRegistrationStates(selfClient);
|
||||
}
|
||||
|
||||
const hasValid = await hasAnyValidRegisteredDocument(selfClient);
|
||||
const parentScreen = hasValid ? 'Home' : 'Home';
|
||||
await hasAnyValidRegisteredDocument(selfClient);
|
||||
const parentScreen = 'Home';
|
||||
|
||||
// Migrate keychain to secure storage with biometric protection
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user