refactor: LOW cleanups — dedup secure_flag, remove vestigial social_query,
drop PersistedImportSession, rename LoginQuery→LoginCommand, own DeleteAccountDeps, PersonId via uuid_id! macro, rename SortDirection→ ReviewSortBy, TUI fs::read→Command, generic PaginatedResponse<T>
This commit is contained in:
@@ -4,7 +4,7 @@ use crate::auth::{
|
||||
commands::{RegisterAndLoginCommand, RegisterCommand},
|
||||
deps::{LoginDeps, RegisterAndLoginDeps, RegisterDeps},
|
||||
login::{self, LoginResult},
|
||||
queries::LoginQuery,
|
||||
queries::LoginCommand,
|
||||
register,
|
||||
};
|
||||
|
||||
@@ -37,7 +37,7 @@ pub async fn execute(
|
||||
};
|
||||
login::execute(
|
||||
&log_deps,
|
||||
LoginQuery {
|
||||
LoginCommand {
|
||||
email: cmd.email,
|
||||
password: cmd.password,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user