We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caaff44 commit bbf729aCopy full SHA for bbf729a
src/api/auth/googleLogin/Example.tsx
@@ -7,6 +7,7 @@ const Example = () => {
7
useEffect(() => {
8
const getToken = async () => {
9
const code = getGoogleAuthCode();
10
+ console.log(code);
11
if (!code) return;
12
13
try {
0 commit comments