Skip to content

Commit

Permalink
Merge branch 'main' of github.com:DIPSAS/hello-open-dips
Browse files Browse the repository at this point in the history
  • Loading branch information
jko218 committed Jun 26, 2024
2 parents 6f06f73 + 7c8530b commit f6e44fe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/pages/searchPatient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,11 @@ const ChoosePatient: React.FC<{ clientLoading: boolean }> = ({ clientLoading })
<div className="text-wrapper">
<p>Missing access!</p>
<p>Please restart the app and allow access to all resources.</p>
<button className="dipsPrimaryButton">
</button>
<Link href={{ pathname: `/`}} className="default-link">
<button className={styles.dipsPrimaryButton} >
Re-authenticate
</button>
</Link>
</div>
</div>
);
Expand Down

0 comments on commit f6e44fe

Please sign in to comment.