We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70eee00 commit c7333c7Copy full SHA for c7333c7
src/client/pages/ElectronWelcomePage.tsx
@@ -16,8 +16,8 @@ function ElectronWelcomePage() {
16
const electronConfig = useElectronConfig();
17
18
usePageInfo({
19
- title: 'Welcome to Desktop',
20
- discordTitle: 'Logging in...'
+ title: !user.isAuthenticated ? 'Welcome to Desktop' : undefined,
+ discordTitle: !user.isAuthenticated ? 'Logging in...': undefined
21
});
22
23
useEffect(() => {
0 commit comments