Skip to content

Commit

Permalink
don't display app auth if updating
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahparker committed Oct 28, 2016
1 parent def2da6 commit 1eafc29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1239,6 +1239,7 @@ if (VIEW_HARDWARE) {
}

app.on('auth-required', function(code) {
if(updates.installing) return;
if(authDisplayed) {
ui.back();
authDisplayed = false;
Expand Down

0 comments on commit 1eafc29

Please sign in to comment.