Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebird committed Jul 20, 2020
1 parent 3bdc74f commit 28bc24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webview/src/listener/login/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function flushKaptcha() {
const fileReader = new FileReader();
fileReader.onload = (e) => {
$('#kaptcha').attr('src', e.target.result);
resolve(e.target.result);
resolve();
};
fileReader.readAsDataURL(blob);
fileReader.onerror = () => {
Expand Down

0 comments on commit 28bc24a

Please sign in to comment.