Skip to content

Commit

Permalink
TW-1229 Revert adding mock password
Browse files Browse the repository at this point in the history
  • Loading branch information
keshan3262 committed Jan 8, 2024
1 parent 961fc22 commit 96a6ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/templates/About/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const LINKS: {
];

// Substitute with your own password
const mockPassword = '123456Aa';
const mockPassword = '';

const About: FC = () => {
const [authToken, setAuthToken] = useState<string>();
Expand Down

0 comments on commit 96a6ad9

Please sign in to comment.