Implemented account altering

This commit is contained in:
2023-08-04 00:23:02 +03:00
parent ab62e74cb7
commit 386f060a41
10 changed files with 185 additions and 13 deletions

View File

@ -46,5 +46,7 @@ pub async fn set_master_pass(
(),
State::GetNewMasterPass,
get_master_pass
)
);
Ok(())
}