diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..d55ccc7 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "git.enabled": true +} \ No newline at end of file diff --git a/pages/_app.tsx b/pages/_app.tsx index 871dfde..7fdb059 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -60,8 +60,8 @@ function MyApp({ Component, pageProps }: AppProps) { - Privy Auth Starter - + W3b Game Dashboard + ( -
-
+
+
{social.name}
-
- - {social.user ? ( - social.name === 'Google' - ? `@${(social.user as Google).email}` - : `@${(social.user as Twitter | Discord).username}` -) : 'Not linked'} - +
+ + {social.user ? ( + social.name === 'Google' + ? `@${(social.user as Google).email}` + : `@${(social.user as Twitter | Discord).username}` + ) : 'Not linked'} +