Skip to content

Commit

Permalink
Disabled forgot password button
Browse files Browse the repository at this point in the history
  • Loading branch information
chrsrns committed Jul 24, 2024
1 parent e758df5 commit 154c693
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ export const LoginForm = ({ setIsLoading, setLoadingText, setTabKey }) => {
</Button>
<div className="vr" />
<Button
disabled
variant="link"
onClick={() =>
toast("Please contact an administrator to reset your password.")
Expand Down

0 comments on commit 154c693

Please sign in to comment.