Skip to content

Commit

Permalink
[login] path removed. Removed option from request modal. (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmets authored Jul 28, 2022
1 parent f16f4bd commit 0eefbc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ const App: FC = () => {
</Unumid>
}
/>
<Route
{/* <Route
path='/login' element={
<Unumid>
<Login />
</Unumid>
}
/>
/> */}
<Route
path='/proveAuth' element={
<Acme>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Authentication.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ const Authentication: FC = () => {
apiKey={config.apiKey}
presentationRequest={request?.presentationRequestPostDto as PresentationRequestDto}
createPresentationRequest={actuallyCreatePresentationRequest}
goToLogin={goToLogin}
// goToLogin={goToLogin}
userInfo={userInfo || undefined}
createInitialPresentationRequest={false}
userCode={loggedInUser?.userCode}
Expand Down

0 comments on commit 0eefbc6

Please sign in to comment.