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>