From cc8c9b32ef6f1ff9dd7fab199659b9396927b9d2 Mon Sep 17 00:00:00 2001 From: Yang Luo Date: Fri, 24 Dec 2021 14:09:12 +0800 Subject: [PATCH] Fix missing options in renderOptions(). --- web/src/auth/ForgetPage.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/src/auth/ForgetPage.js b/web/src/auth/ForgetPage.js index 181e0a8f..562657b5 100644 --- a/web/src/auth/ForgetPage.js +++ b/web/src/auth/ForgetPage.js @@ -176,7 +176,9 @@ class ForgetPage extends React.Component {   {Setting.getMaskedPhone(this.state.phone)} ); - } else if (this.state.email !== "") { + } + + if (this.state.email !== "") { options.push(