user-auth store frontend and backend v4

This commit is contained in:
2023-01-01 23:45:43 +05:30
parent 0af881ceb3
commit ca6e6e88ce
3 changed files with 135 additions and 47 deletions

View File

@@ -31,5 +31,5 @@ wasm-bindgen = "0.2.79"
#yew-router = "0.16.0"
[dependencies.web-sys]
features = ["InputEvent", "KeyboardEvent", "Location", "Storage"]
features = ["InputEvent", "EventTarget", "MouseEvent", "KeyboardEvent", "Location", "Storage", "Element"]
version = "0.3.56"