Skip to content

Commit a64064f

Browse files
JackHamer09Copilot
andauthored
Update packages/auth-server/pages/confirm/index.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b813eff commit a64064f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/auth-server/pages/confirm/index.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
v-else-if="requestMethod === 'eth_sendTransaction'"
3030
key="confirmation"
3131
/>
32+
<div
33+
v-else
34+
key="unsupported-method"
35+
class="flex h-full items-center justify-center"
36+
>
37+
<p>Unsupported request method.</p>
38+
</div>
3239
</TransitionGroup>
3340
</template>
3441

0 commit comments

Comments
 (0)