plugin_browserid: less annoying alerts ;)

This commit is contained in:
Grischa Brockhaus 2012-03-26 03:12:20 +02:00
parent 3fcd694f8b
commit d122867175

View file

@ -6,8 +6,6 @@
navigator.id.getVerifiedEmail(function(assertion) {
if (assertion) {
verify(assertion);
} else {
alert('I still don\'t know you. Did you cancel?');
}
});