Skip to content

Commit

Permalink
Merge pull request #58 from lucyjemutai/passrest
Browse files Browse the repository at this point in the history
clean-up
  • Loading branch information
lucyjemutai authored Feb 5, 2024
2 parents 0da6dad + 811619e commit 853cffb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions pages/auth/passwordReset.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import React, { useState, useEffect } from 'react';
import Link from 'next/link';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { faArrowLeft } from '@fortawesome/free-solid-svg-icons';

function ForgotPassword({ onForgotPassword, onCancel }) {
const [newPassword, setNewPassword] = useState('');
Expand Down Expand Up @@ -125,7 +123,6 @@ function ForgotPassword({ onForgotPassword, onCancel }) {
<p>
<Link href="/">Back to Home</Link>
<a style={{ color: '#1651B6', textDecoration: 'underline' }}></a>
<FontAwesomeIcon icon={faArrowLeft} style={{ marginRight: '5px' }} />

</p>
</div>
Expand Down

0 comments on commit 853cffb

Please sign in to comment.