mirror of
https://github.com/bitwarden/browser
synced 2024-12-25 17:32:46 +01:00
fix: incorrect AAGUID in comment (#6760)
This commit is contained in:
parent
101745c0e2
commit
16726eb4b8
@ -24,7 +24,7 @@ import { joseToDer } from "./ecdsa-utils";
|
|||||||
import { Fido2Utils } from "./fido2-utils";
|
import { Fido2Utils } from "./fido2-utils";
|
||||||
import { guidToRawFormat, guidToStandardFormat } from "./guid-utils";
|
import { guidToRawFormat, guidToStandardFormat } from "./guid-utils";
|
||||||
|
|
||||||
// AAGUID: 6e8248d5-b479-40db-a3d8-11116f7e8349
|
// AAGUID: d548826e-79b4-db40-a3d8-11116f7e8349
|
||||||
export const AAGUID = new Uint8Array([
|
export const AAGUID = new Uint8Array([
|
||||||
0xd5, 0x48, 0x82, 0x6e, 0x79, 0xb4, 0xdb, 0x40, 0xa3, 0xd8, 0x11, 0x11, 0x6f, 0x7e, 0x83, 0x49,
|
0xd5, 0x48, 0x82, 0x6e, 0x79, 0xb4, 0xdb, 0x40, 0xa3, 0xd8, 0x11, 0x11, 0x6f, 0x7e, 0x83, 0x49,
|
||||||
]);
|
]);
|
||||||
|
Loading…
Reference in New Issue
Block a user