diff --git a/src/App.tsx b/src/App.tsx index 2935a80..eeec138 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -31,7 +31,7 @@ import NotificationsDisplay from './components/NotificationsDisplay'; import { ErrorBoundary } from './components/ErrorBoundary'; // Import auth components -import CryptoLogin from './components/auth/CryptoLogin'; +import CryptID from './components/auth/CryptID'; import CryptoDebug from './components/auth/CryptoDebug'; // Initialize Daily.co call object with error handling @@ -89,7 +89,7 @@ const AppWithProviders = () => { return (
- {isRegistering - ? 'Create a new account using WebCryptoAPI for secure authentication.' - : existingUsers.length > 0 + {isRegistering + ? 'Create a new CryptID account using WebCryptoAPI for secure authentication.' + : existingUsers.length > 0 ? 'Select an account above or enter a different username to sign in.' - : 'Sign in using your cryptographic credentials.' + : 'Sign in using your CryptID credentials.' }