Skip to content

Commit

Permalink
Merge pull request #1869 from compdemocracy/te-create-account
Browse files Browse the repository at this point in the history
add sign up link to sign in page
  • Loading branch information
tevko authored Jan 14, 2025
2 parents 6d04f4d + 819dad6 commit 6eabb24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ prod.env
xids.csv
preprod.env
.venv
server/jigsaw-vertex-integration-92ef30330cf7.json
4 changes: 4 additions & 0 deletions client-admin/src/components/landers/signin.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ class SignIn extends React.Component {
{'Forgot your password? '}
<Link to={'/pwresetinit'}>Reset Password</Link>
</Text>
<Text sx={{ my: 4 }}>
{'Or '}
<Link to={'/createuser'}>Create an Account</Link>
</Text>
</form>
{fbAppId && (
<Box sx={{ my: 4 }}>
Expand Down

0 comments on commit 6eabb24

Please sign in to comment.