mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 23:12:06 -03:30
Renaming new package name for SHA256
Closes #42765 Signed-off-by: Alexander Schwartz <alexander.schwartz@ibm.com>
This commit is contained in:
parent
bb9c9ac1e3
commit
35fc28882f
@ -10,7 +10,8 @@
|
||||
"build": {
|
||||
"command": "rollup --config && pnpm build:rewrite-import",
|
||||
"files": [
|
||||
"rollup.config.js"
|
||||
"rollup.config.js",
|
||||
"src"
|
||||
],
|
||||
"output": [
|
||||
"target/classes/theme/keycloak/common/resources/vendor/react",
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { sha256 } from "@noble/hashes/sha256";
|
||||
import { sha256 } from "@noble/hashes/sha2.js";
|
||||
import { v4 as uuidv4 } from "uuid";
|
||||
|
||||
// Shim for Web Crypto API specifically for Keycloak JS, as this API can sometimes be missing, for example in an insecure context:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user