User creation now possible

at /register
This commit is contained in:
2026-04-29 19:47:16 +02:00
parent 50c0b99f20
commit aa1c11047e
5 changed files with 153 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
use gloo_net::http::Request;
use serde::{Deserialize, Serialize};
use serde_json::json;
use wasm_bindgen::JsCast;
use wasm_bindgen_futures::spawn_local;
use web_sys::HtmlSelectElement;