Reputation: 1246
My Python/Django project works with Gitkit on Chrome but Safari give me the following error on both MaxOS/iOS and do not displays the account chooser:
Error MODE_MISSING: "mode" parameter was missing in the widget URL. Dismiss
Does anyone have a suggestion? Is there anything I should do just for Safari?
Upvotes: 0
Views: 209
Reputation: 30808
You widget page should have a mode url parameter: http://localhost/widget?mode=select
Upvotes: 2