Skip to content

Commit 345d1b7

Browse files
committed
runfix: Gracefully handle account suspended errors
1 parent 9b77ee4 commit 345d1b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/script/auth/page/Login.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ const Login = ({
213213
break;
214214
}
215215
case BackendError.LABEL.INVALID_CREDENTIALS:
216+
case BackendError.LABEL.SUSPENDED:
216217
case LabeledError.GENERAL_ERRORS.LOW_DISK_SPACE: {
217218
break;
218219
}

0 commit comments

Comments
 (0)