File tree Expand file tree Collapse file tree 6 files changed +12
-356
lines changed
Expand file tree Collapse file tree 6 files changed +12
-356
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public function fetchByOrcid()
2727 }
2828
2929 $ accessToken = $ record ->access_token ?? null ;
30- $ orcidId = $ record ->orcid ?? null ; // <-- use the DB orcid for the URL
30+ $ orcidId = $ record ->orcid ?? null ;
3131
3232 if (empty ($ accessToken ) || empty ($ orcidId )) {
3333 return view ('orcid ' , [
Original file line number Diff line number Diff line change 7070 <span ><strong >Logged in as </strong ></span >
7171 </div >
7272 <div class =" rvt-ts-14 rvt-m-left-xs rvt-p-right-xs rvt-m-right-xs rvt-border-right" >{{ cas ()-> user () } } </div >
73-
73+ < a href = " {{ route ( ' logout ' ) } } " >Logout</ a >
7474 </div >
7575 </nav >
7676 </div >
Original file line number Diff line number Diff line change 7373 <span ><strong >Logged in as </strong ></span >
7474 </div >
7575 <div class =" rvt-ts-14 rvt-m-left-xs rvt-p-right-xs rvt-m-right-xs rvt-border-right" >{{ cas ()-> user () } } </div >
76-
76+ < a href = " {{ route ( ' logout ' ) } } " >Logout</ a >
7777 </div >
7878 </nav >
7979 </div >
217217 </script>
218218 </body>
219219</html>
220+
You can’t perform that action at this time.
0 commit comments