Skip to content

Commit

Permalink
wings. revert handle redir to check connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Amygos committed Apr 9, 2019
1 parent 3984972 commit 0bed973
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions wings/src/components/others/EmailPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -222,28 +222,6 @@ export default {
this.doTempSession(
this.authEmail,
function(responseTmp) {
// if apple
var origin = "http://conncheck." + window.location.host;
var pathname = window.location.pathname;
var query =
"?digest=" +
params.digest +
"&uuid=" +
params.uuid +
"&sessionid=" +
params.sessionid +
"&uamip=" +
params.uamip +
"&uamport=" +
params.uamport +
"&user=" +
this.userId +
"&code=.&email=" +
this.authEmail;
window.location.replace(origin + pathname + query);
// else
this.codeRequested = true;
},
function(error) {
Expand Down

0 comments on commit 0bed973

Please sign in to comment.