This commit is contained in:
Alex Emmet 2026-04-05 00:03:19 +02:00
commit 1ea0b97f6d
49 changed files with 869 additions and 289 deletions

View file

@ -0,0 +1,2 @@
pub mod communities;
pub mod local_auth;

View file

@ -1,6 +1,6 @@
use json::JsonValue;
use crate::util::file_util::load_file;
use iota_iota_util::file_util::load_file;
// NOT USED AT MOMENT
pub fn is_private_key_valid(user_id: &i64, key_hash: &str) -> bool {
let file_contents = load_file("", "users.json");