We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6193bba commit f3ad1b5Copy full SHA for f3ad1b5
src/components/slack_login/SlackLoginWindow.vue
@@ -94,7 +94,6 @@ import localforage from "localforage";
94
// import { shell, ipcRenderer } from "electron";
95
const { ipcRenderer, shell } = window;
96
97
-
98
export default {
99
name: "SlackLoginWindow",
100
data() {
@@ -145,7 +144,6 @@ export default {
145
144
// console.log(redirectUri.slice(1, redirectUri.length - 1))
146
const trimmedUri = redirectUri.slice(1, redirectUri.length - 1);
147
const trimmedClientId = clientId.slice(1, clientId.length - 1);
148
- console.log(`${slackBaseUrl}?scope=${scope}&redirect_uri=${trimmedUri}&client_id=${trimmedClientId}`)
149
150
// console.log("clicked");
151
// **************** ok
0 commit comments