summaryrefslogtreecommitdiffstats
path: root/ui/src/components/user.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/components/user.tsx')
-rw-r--r--ui/src/components/user.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/src/components/user.tsx b/ui/src/components/user.tsx
index 2624a966..6d6a2e0c 100644
--- a/ui/src/components/user.tsx
+++ b/ui/src/components/user.tsx
@@ -777,6 +777,9 @@ export class User extends Component<any, UserState> {
if (msg.error) {
alert(i18n.t(msg.error));
this.state.deleteAccountLoading = false;
+ if (msg.error == 'couldnt_find_that_username_or_email') {
+ this.context.router.history.push('/');
+ }
this.setState(this.state);
return;
} else if (op == UserOperation.GetUserDetails) {