Display success toast notification
I have created auth provider and i implemented login functionality .when I login it display toast using 'throw new Error' if there is error ,I want to know how to display success notification or toast when user successfully log in.
Successfully login I want to display toast .I used UseNotification hook but error that cannot use hook there. Iam new to refine
Successfully login I want to display toast .I used UseNotification hook but error that cannot use hook there. Iam new to refine

