You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/nft-quest/pages/mint/index.vue
+46-17Lines changed: 46 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -26,22 +26,42 @@
26
26
:delay="50"
27
27
class="inline"
28
28
>
29
-
<pclass="mt-8 text-neutral-400 max-w-prose">
30
-
Your authorized session for the NFT quest is now active! You can mint your NFT without any additional transaction approvals.
31
-
</p>
32
-
<pclass="mt-8 text-neutral-400 max-w-prose">
33
-
Also, it's free. ZKsync can leverage paymasters to enable app developers to choose a custom gas token or even entirely sponsor gas fees for their users.
<!-- Show session setup prompt if no session is active -->
30
+
<templatev-if="!hasSession">
31
+
<pclass="mt-8 text-neutral-400 max-w-prose">
32
+
To mint NFTs without popup approvals, you need to authorize a session. This allows the app to perform transactions on your behalf within the specified limits.
Your authorized session for the NFT quest is now active! You can mint your NFT without any additional transaction approvals.
50
+
</p>
51
+
<pclass="mt-8 text-neutral-400 max-w-prose">
52
+
Also, it's free. ZKsync can leverage paymasters to enable app developers to choose a custom gas token or even entirely sponsor gas fees for their users.
0 commit comments