删掉忘记密码

Change-Id: Iac6512ea1589456ac6e495bd4fa2d60860371683
diff --git a/src/views/login/login.tsx b/src/views/login/login.tsx
index e135e97..2c325ed 100644
--- a/src/views/login/login.tsx
+++ b/src/views/login/login.tsx
@@ -158,7 +158,6 @@
                     />
                     <button className={style.submit} onClick={() => handleLogin()}>登录</button>
                     <button className={style.register} onClick={() => setShowRegister(true)}>注册</button>
-                    <button className={style.forget}>忘记密码</button>
                 </>
             ) : (
                 <>