소스 검색

sign up fix

portersupport 4 년 전
부모
커밋
cf245c4ec4
2개의 변경된 파일과 4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      dashboard/src/main/auth/ResetPasswordFinalize.tsx
  2. 2 2
      dashboard/src/main/auth/ResetPasswordInit.tsx

+ 2 - 2
dashboard/src/main/auth/ResetPasswordFinalize.tsx

@@ -170,10 +170,10 @@ export default class ResetPasswordInit extends Component<PropsType, StateType> {
             <Prompt>Reset Password</Prompt>
             <Prompt>Reset Password</Prompt>
             <DarkMatter />
             <DarkMatter />
             {inputSection}
             {inputSection}
-            <Helper>
+            {/* <Helper>
               Don't have an account?
               Don't have an account?
               <Link href="/register">Sign up</Link>
               <Link href="/register">Sign up</Link>
-            </Helper>
+            </Helper> */}
           </FormWrapper>
           </FormWrapper>
         </LoginPanel>
         </LoginPanel>
 
 

+ 2 - 2
dashboard/src/main/auth/ResetPasswordInit.tsx

@@ -112,10 +112,10 @@ export default class ResetPasswordInit extends Component<PropsType, StateType> {
             <Prompt>Reset Password</Prompt>
             <Prompt>Reset Password</Prompt>
             <DarkMatter />
             <DarkMatter />
             {formSection}
             {formSection}
-            <Helper>
+            {/* <Helper>
               Don't have an account?
               Don't have an account?
               <Link href="/register">Sign up</Link>
               <Link href="/register">Sign up</Link>
-            </Helper>
+            </Helper> */}
           </FormWrapper>
           </FormWrapper>
         </LoginPanel>
         </LoginPanel>