diff --git a/src/components/atoms/auth/Hint.svelte b/src/components/atoms/auth/Hint.svelte new file mode 100644 index 00000000..13c328c1 --- /dev/null +++ b/src/components/atoms/auth/Hint.svelte @@ -0,0 +1,41 @@ + + +
+ {#if warn} +
+

+ +

+ {:else} +

+ +

+ {/if} +
+ +