Skip to content

Commit

Permalink
Added demo user login below LoginForm
Browse files Browse the repository at this point in the history
This is to make it easier for people to try the website.
  • Loading branch information
chrsrns committed Jan 31, 2024
1 parent dba113d commit 2a17a7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src-frontend-react/src/components/LoginFormModal/LoginForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ export const LoginForm = ({ setIsLoading, setLoadingText, setTabKey }) => {
Forgot Password
</Button>
</Stack>
<p className="text-center text-secondary">
Demo user: demoer | Password: demo_1234
</p>
</>
);
};

0 comments on commit 2a17a7b

Please sign in to comment.