Skip to content

Commit 023feee

Browse files
committed
fix(auth): fix error message
1 parent 4d346a8 commit 023feee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/navigation/UserMenuContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const UserMenuContentInner = () => {
3838
return (
3939
<Alert severity="error">
4040
<Typography>
41-
{error.message || "We couldn't log you in. Please try cleaning cookies and refresh."}
41+
{error.message || "We couldn't log you in. Please try clearing cookies and refresh."}
4242
</Typography>
4343
</Alert>
4444
);

0 commit comments

Comments
 (0)