修改用户缓存名称
This commit is contained in:
parent
73ba894e7e
commit
3a397dee4e
@ -1,7 +1,7 @@
|
||||
use chrono::Utc;
|
||||
use domain::dto::account::AuthenticateGooleAccountReq;
|
||||
use domain::entities::account::Account;
|
||||
use library::cache::login_cache::{LoginAccount, LOGIN_CACHE};
|
||||
use library::cache::account_cache::{LoginAccount, LOGIN_CACHE};
|
||||
use library::resp::response::ResErr::ErrPerm;
|
||||
use library::resp::response::{ResErr, ResData, ResResult};
|
||||
use library::social::google::GOOGLE_SOCIAL;
|
||||
|
@ -4,7 +4,7 @@ use domain::{
|
||||
entities::account::{Account, Role},
|
||||
};
|
||||
use library::{
|
||||
cache::login_cache::{LoginAccount, LOGIN_CACHE}, db, resp::response::{ResErr, ResData, ResResult}, token::{generate_refresh_token, generate_token}
|
||||
cache::account_cache::{LoginAccount, LOGIN_CACHE}, db, resp::response::{ResErr, ResData, ResResult}, token::{generate_refresh_token, generate_token}
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user