Closed GoogleCodeExporter closed 9 years ago
I hit the same bug, although my solution was different. The source of the
problem is the url for the generic openid provider. The following diff is
against openid-selector-1.3. The same fix should be applied to other languages
as well.
--- a/media/openid-selector/js/openid-en.js
+++ b/media/openid-selector/js/openid-en.js
@@ -27,7 +27,7 @@ var providers_large = {
openid : {
name : 'OpenID',
label : 'Enter your OpenID.',
- url : null
+ url : ""
}
};
Original comment by guyruten...@gmail.com
on 20 Aug 2011 at 2:05
agreed, your fix is more solid.
Original comment by jos...@feth.com
on 20 Aug 2011 at 2:08
already fixed in SVN trunk
see http://code.google.com/p/openid-selector/source/detail?r=155
Original comment by andriy.gerasika
on 20 Oct 2011 at 10:26
Original issue reported on code.google.com by
jos...@feth.com
on 15 Aug 2011 at 8:29