Skip to content

Commit

Permalink
update session key message
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Dec 25, 2023
1 parent 779a65e commit 734bbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EvmAA.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const EvmAA = () => {
</button>
{sessionAddress && (
<div className="mt-[12px]">
<div>{`Session Key Address: ${sessionAddress}`}</div>
<div>The session key has been created successfully</div>
<button className="btn btn-primary capitalize w-[240px] mt-[12px]" onClick={mintWithSessionKey}>
{sessionMintLoading ? <span className="loading loading-spinner loading-md" /> : "Mint NFT with Session Key"}
</button>
Expand Down

0 comments on commit 734bbd5

Please sign in to comment.