Skip to content

Commit

Permalink
Added loading toaster for user signup
Browse files Browse the repository at this point in the history
  • Loading branch information
Zafeeruddin committed Jul 21, 2024
1 parent b995366 commit 7d5a70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Signin = () => {
const password = useRef('');

const handleSubmit = async (e?: React.FormEvent<HTMLButtonElement>) => {
const loadId = toast.loading('Loading...');
const loadId = toast.loading('Signing in...');
if (e) {
e.preventDefault();
}
Expand Down

0 comments on commit 7d5a70f

Please sign in to comment.