refactor(server::{user_agent, client}): move auth part to separate function to not to pollute actor session with one-time concerns
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
mod common;
|
||||
|
||||
#[path = "client/auth.rs"]
|
||||
mod auth;
|
||||
|
||||
Reference in New Issue
Block a user