mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
Fix PM-8134: Change b64 to b64url (#9193)
This commit is contained in:
@@ -20,8 +20,8 @@ export class WebauthnLoginAttestationResponseRequest extends WebauthnLoginAuthen
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.response = {
|
this.response = {
|
||||||
attestationObject: Utils.fromBufferToB64(credential.response.attestationObject),
|
attestationObject: Utils.fromBufferToUrlB64(credential.response.attestationObject),
|
||||||
clientDataJson: Utils.fromBufferToB64(credential.response.clientDataJSON),
|
clientDataJson: Utils.fromBufferToUrlB64(credential.response.clientDataJSON),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user