Skip to content

Commit c7333c7

Browse files
committed
Don't show loading as first discord status
1 parent 70eee00 commit c7333c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client/pages/ElectronWelcomePage.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ function ElectronWelcomePage() {
1616
const electronConfig = useElectronConfig();
1717

1818
usePageInfo({
19-
title: 'Welcome to Desktop',
20-
discordTitle: 'Logging in...'
19+
title: !user.isAuthenticated ? 'Welcome to Desktop' : undefined,
20+
discordTitle: !user.isAuthenticated ? 'Logging in...': undefined
2121
});
2222

2323
useEffect(() => {

0 commit comments

Comments
 (0)