Skip to content

Commit

Permalink
Fix token proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Oct 15, 2024
1 parent d6c3fa7 commit c4f8a0c
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);
this.redirectedUri = this.redirectUri.replace("%", res.data.token);
this.redirectToUri();
this.loadingProceed = false;
},
Expand Down

0 comments on commit c4f8a0c

Please sign in to comment.