Meteor Accounts.ui.config not working with Google

前端 未结 1 1257
春和景丽
春和景丽 2020-12-18 07:41

I am simply trying to log in with Google and get the permissions for Calendar, etc. However, my code in the client only prompts user signing in for offline access. Why is it

相关标签:
1条回答
  • 2020-12-18 08:22

    The problem is the forceApprovalPrompt key which is not recognized by the package. If you remove the key, it will ask for the calendars, etc.

    It seems to work when using the accounts-ui package instead, so apparently this is due to a missing feature in ian:accounts-ui-bootstrap-3.

    0 讨论(0)
提交回复
热议问题