Skip to content

Commit

Permalink
update rnacos-web-dist-wrap version to 0.2.3-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
heqingpan committed Nov 30, 2023
1 parent 5884d86 commit 558d816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ mime_guess = { version = "2" }
rusqlite = { version = "0.25", features = ["bundled"] }
rsql_builder = "0.1.5"
inner-mem-cache = "0.1.6"
rnacos-web-dist-wrap = "0.2.3-beta.2"
rnacos-web-dist-wrap = "0.2.3-beta.3"
nacos_rust_client = "0.2"
zip = "0.6"
tempfile = "3"
Expand Down
2 changes: 1 addition & 1 deletion src/console/login_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pub async fn gen_captcha(app: Data<Arc<AppShareData>>) -> actix_web::Result<impl

let img = obj.as_base64().unwrap_or_default();
let token = Arc::new(uuid::Uuid::new_v4().to_string().replace('-', ""));
log::info!("gen_captcha code:{}", &code);
//log::info!("gen_captcha code:{}", &code);
let cache_req = CacheManagerReq::Set {
key: CacheKey::new(CacheType::String, token.clone()),
value: CacheValue::String(code),
Expand Down

0 comments on commit 558d816

Please sign in to comment.