Skip to content

Commit

Permalink
Get auth response.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Apr 30, 2020
1 parent 7e839ac commit e0f4b0c
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 e0f4b0c

Please sign in to comment.