File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
src/components/slack_login Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 42
42
import localforage from ' localforage'
43
43
import { shell , ipcRenderer } from ' electron'
44
44
45
+ /**
46
+ * ! Important: Slack Login currently doesn't work properly in Dev Mode. Will require a fix
47
+ * * The deeplinking doesn't work properly unless in production mode. To specifically test Slack Oauth feature,
48
+ * * you must build out a production app. To ease this process, in the quasar webpack, change the electron bundler
49
+ * * option from 'builder' to 'packager'
50
+ * ! For WSL users: Aside from WSL issues mentioned in README.md, you will also need to allow the deeplinking to open
51
+ * ! the default browser in your Windows environment, since your WSL Linux environment doesn't have one
52
+ */
53
+
45
54
export default {
46
55
name: ' SlackLoginWindow' ,
47
56
data () {
You can’t perform that action at this time.
0 commit comments