Skip to content

Commit 5708580

Browse files
committed
added comment to SlackLoginWindow for future developers
1 parent a24b90b commit 5708580

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/components/slack_login/SlackLoginWindow.vue

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@
4242
import localforage from 'localforage'
4343
import { shell, ipcRenderer } from 'electron'
4444
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+
4554
export default {
4655
name: 'SlackLoginWindow',
4756
data () {

0 commit comments

Comments
 (0)