Skip to content

Commit

Permalink
Merge branch 'main' into lazer-passkey
Browse files Browse the repository at this point in the history
  • Loading branch information
RobChangCA authored Sep 23, 2024
2 parents b0eb24f + b67844c commit c5b52ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion account-kit/react/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
export default {
const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};

export default config;
1 change: 1 addition & 0 deletions account-kit/signer/src/client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ export class AlchemySignerWebClient extends BaseSignerClient<ExportWalletParams>
const { alchemyBundle: bundle, alchemyOrgId: orgId } = event.data;
if (bundle && orgId) {
cleanup();
popup?.close();
this.completeAuthWithBundle({
bundle,
orgId,
Expand Down
5 changes: 3 additions & 2 deletions examples/ui-demo/src/components/icons/mail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ export const MailIcon = ({
}: JSX.IntrinsicAttributes & SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={18}
height={16}
width="16"
height="14"
viewBox="0 0 18 16"
fill="none"
{...props}
>
Expand Down

0 comments on commit c5b52ae

Please sign in to comment.