Implement client view for the user details

This commit is contained in:
Valentin Tolmer
2021-07-05 09:21:13 +02:00
committed by nitnelave
parent 5e0b41998f
commit 04b9e97527
5 changed files with 115 additions and 7 deletions
+1
View File
@@ -6,6 +6,7 @@ mod cookies;
mod create_user;
mod login;
mod logout;
mod user_details;
mod user_table;
use wasm_bindgen::prelude::{wasm_bindgen, JsValue};