Skip to content

Commit

Permalink
Fix token bug
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed May 10, 2024
1 parent 39955e6 commit b86b437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/public/proxy/TokenProxy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default {
return;
}
this.redirectedUri = this.redirectUri.replace("%", res.data.data.token);
this.redirectedUri = this.redirectUri.replace("%", res.data.data);
this.redirectToUri();
this.loadingProceed = false;
},
Expand Down

0 comments on commit b86b437

Please sign in to comment.