Implemented #65
All checks were successful
/ Build the server (push) Successful in 3m5s

This commit is contained in:
2023-10-23 17:05:31 +02:00
parent 791988d1f9
commit 21b4a8800e
17 changed files with 506 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
<script lang="ts">
import {Button, ButtonGroup, Card, Input, InputAddon} from 'flowbite-svelte';
import {Email, Password} from 'carbon-icons-svelte';
import {Email, Password} from '../icons';
import {changeStateFunction, error_banner, info_banner, rpc, state, StateE, workingWrapperO} from '../store';
let username = '', username2 = '', password = '', password2 = '';