mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Create society service with basic functionality and auth #118
This commit is contained in:
4
rc_core/src/persist/user/web.rs
Normal file
4
rc_core/src/persist/user/web.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
#[async_trait::async_trait]
|
||||
impl super::WebUser for super::account_json::UserData {
|
||||
// TODO
|
||||
}
|
||||
Reference in New Issue
Block a user