Feat: Show insecure warning (#1779)

show insecure warning
This commit is contained in:
Bernd Storath
2025-03-31 10:29:22 +02:00
committed by GitHub
parent 6e0d758e36
commit 589ec1fe9a
7 changed files with 34 additions and 8 deletions
+1
View File
@@ -1,6 +1,7 @@
<template>
<main>
<UiBanner />
<HeaderInsecure />
<form
class="mx-auto mt-10 flex w-64 flex-col gap-5 overflow-hidden rounded-md bg-white p-5 text-gray-700 shadow dark:bg-neutral-700 dark:text-neutral-200"
@submit.prevent="submit"