feat: remove current account

This commit is contained in:
Tristan Yang
2022-08-26 22:58:50 +08:00
parent 5ae24d1dbd
commit d57072f2be
4 changed files with 61 additions and 3 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ export default function useStreaming() {
break;
case "delete_user":
dispatch(resetAuthData());
toast("sorry, your account has been deleted");
toast("Your account has been deleted");
break;
default:
break;