Skip to content

Commit

Permalink
Merge pull request #48 from samvera-labs/getAuthorizationData
Browse files Browse the repository at this point in the history
Get auth response with getAuthorizationData: true
  • Loading branch information
jrgriffiniii authored Apr 30, 2020
2 parents 7e839ac + e0f4b0c commit 26a71d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/UploadForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class UploadForm extends React.Component {

authenticated.then(
result => {
const authResponse = result.getAuthResponse()
const authResponse = result.getAuthResponse(true)

if (authResponse) {
if (authResponse.error) {
Expand Down

0 comments on commit 26a71d2

Please sign in to comment.