meteorlxy / vssue

:mailbox: A Vue-powered Issue-based Comment Plugin
https://vssue.js.org
MIT License
770 stars 106 forks source link

[Question] VSSUE immediately triggers Gitlab login for page view #33

Closed kkdd0909 closed 5 years ago

kkdd0909 commented 5 years ago

I use VSSUE and Gitlab.

  <script src="https://unpkg.com/vue/dist/vue.runtime.min.js"></script>
  <script src="https://unpkg.com/vssue/dist/vssue.gitlab.min.js"></script>

I copy/pasted each URL of my site in Gitlab URL redirect.

When I visit any page on my site, immediately the Gitlab login window shows upon URL load. How to make Gitlab login screen appear only when user clicks the "post a comment box"?

meteorlxy commented 5 years ago

See #32.

This seems to be a frequently asked question. Where do you think should we put a tip for that?

kkdd0909 commented 5 years ago

@meteorlxy Thank you, that solves it.