Skip to content

Commit 3139512

Browse files
committed
fix: auth server preview
1 parent 3ad853a commit 3139512

File tree

2 files changed

+2
-2
lines changed
  • packages/auth-server

2 files changed

+2
-2
lines changed

packages/auth-server/components/account-recovery.disabled/oidc-recovery-flow/Step3.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<script setup lang="ts">
1414
import { bytesToHex, type Hex, toHex } from "viem";
15-
import { base64UrlToUint8Array, getPublicKeyBytesFromPasskeySignature } from "zksync-sso/utils";
15+
// import { base64UrlToUint8Array, getPublicKeyBytesFromPasskeySignature } from "zksync-sso/utils";
1616
1717
const emit = defineEmits<{
1818
(e: "done", passkey: PasskeyData): void;

packages/auth-server/pages/recovery.disabled/guardian/(actions)/confirm-recovery.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<script setup lang="ts">
107107
import { useAppKitAccount } from "@reown/appkit/vue";
108108
import { type Address, hexToBytes, isAddressEqual, keccak256, toHex } from "viem";
109-
import { base64UrlToUint8Array } from "zksync-sso/utils";
109+
// import { base64UrlToUint8Array } from "zksync-sso/utils";
110110
import { z } from "zod";
111111
112112
import { uint8ArrayToHex } from "@/utils/formatters";

0 commit comments

Comments
 (0)