Skip to content

Commit b65c1e0

Browse files
committed
toast alert added
1 parent 0e83b57 commit b65c1e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import 'react-toastify/dist/ReactToastify.css';
55

66
export const page = () => {
77
const notify = () => {
8-
toast('🦄 Wow so cute!', {
8+
toast('🦄 Wow! You have logged in successfully', {
99
position: "top-right",
1010
autoClose: 5000,
1111
hideProgressBar: false,

0 commit comments

Comments
 (0)