Skip to content

Commit

Permalink
feat: Minor updates for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-mayanktiwari committed Dec 6, 2024
1 parent 798e592 commit 6d4af4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function LoginPage() {
title: "Error",
duration: 5000,
description:
error.response?.data?.message || "Failed to login. Please try again.",
error.response?.data?.message || "Failed to login. Please try again later.",
variant: "destructive",
});
throw error; // Re-throw the error to be handled by the form
Expand Down

0 comments on commit 6d4af4a

Please sign in to comment.