Commit 9050b2fe authored by GRUNBLATT Remy's avatar GRUNBLATT Remy Committed by JC Brand

Oauth Provider settings should be an array and not an object for forEach to work

parent 4b1efd1e
......@@ -74,7 +74,7 @@ converse.plugins.add("converse-oauth", {
const { __ } = _converse;
api.settings.update({
'oauth_providers': {},
'oauth_providers': [],
});
_converse.OAuthProviders = Collection.extend({
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment