Skip to content

Commit b86b437

Browse files
committed
Fix token bug
1 parent 39955e6 commit b86b437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/public/proxy/TokenProxy.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export default {
119119
return;
120120
}
121121
122-
this.redirectedUri = this.redirectUri.replace("%", res.data.data.token);
122+
this.redirectedUri = this.redirectUri.replace("%", res.data.data);
123123
this.redirectToUri();
124124
this.loadingProceed = false;
125125
},

0 commit comments

Comments
 (0)