We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a92789 commit 7bc4a5fCopy full SHA for 7bc4a5f
platforms/blabsy/src/pages/deeplink-login.tsx
@@ -3,7 +3,7 @@
3
import { useEffect, useState } from 'react';
4
import { useAuth } from '@lib/context/auth-context';
5
6
-export default function DeeplinkLogin(): JSX.Element {
+export default function DeeplinkLogin(): JSX.Element | null {
7
const { signInWithCustomToken } = useAuth();
8
const [isLoading, setIsLoading] = useState(true);
9
const [error, setError] = useState<string | null>(null);
0 commit comments