mirror of
https://github.com/modrinth/code.git
synced 2026-08-26 17:44:50 +00:00
restructured auto-credentials (#74)
* restructured auto-credentials * fix clone --------- Co-authored-by: Jai A <jaiagr+gpg@pm.me> Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
This commit is contained in:
co-authored by
Jai A
Geometrically
parent
34005dd2e2
commit
764d75181f
@@ -332,7 +332,7 @@ impl ProfileRun {
|
||||
.await?;
|
||||
let credentials = auth::refresh(id, false).await?;
|
||||
|
||||
let proc_lock = profile::run(&path, &credentials).await?;
|
||||
let proc_lock = profile::run_credentials(&path, &credentials).await?;
|
||||
let mut proc = proc_lock.write().await;
|
||||
process::wait_for(&mut proc).await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user