Commit 4810e77e authored by Jonathan Swaelens's avatar Jonathan Swaelens
Browse files

Merge branch '6222-binary-prefix-changed-in-webauthn-js' into '1.4-dev'

Resolve "Binary prefix changed in webauthn.js"

Closes #6222

See merge request fusiondirectory/fd-plugins!980
Showing with 1 addition and 1 deletion
+1 -1
......@@ -127,7 +127,7 @@ function webauthnCheckRegistration()
*/
function recursiveBase64StrToArrayBuffer(obj)
{
let prefix = '?BINARY?B?';
let prefix = '=?BINARY?B?';
let suffix = '?=';
if (typeof obj === 'object') {
for (let key in obj) {
......
Supports Markdown
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