Browse Source

ES5

pull/85/head
Roland Gruber 3 years ago
parent
commit
02770b7759
  1. 2
      lam/templates/lib/500_lam.js

2
lam/templates/lib/500_lam.js

@ -1550,7 +1550,7 @@ window.lam.webauthn.authenticate = function(publicKey) {
* @returns base64 string
*/
window.lam.webauthn.arrayToBase64String = function(input) {
return btoa(String.fromCharCode(...input));
return btoa(String.fromCharCode.apply(null, input));
}
/**

Loading…
Cancel
Save