We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1251f19 commit 1293462Copy full SHA for 1293462
ui/src/App.vue
@@ -107,6 +107,10 @@
107
code: this.$route.query.code,
108
state: this.$route.query.state
109
})
110
+ TokenService.destroyReferer();
111
+ TokenService.destroyCode();
112
+ TokenService.destroyState();
113
+ TokenService.destroyClientId();
114
} catch (e) {
115
this.notification = {
116
show: true,
ui/src/components/Consent.vue
@@ -79,7 +79,9 @@ export default {
79
80
reject() {
81
TokenService.destroyReferer();
82
- TokenService.destroyWildServer();
83
84
85
window.location.replace("/")
86
},
87
0 commit comments