mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-01 20:23:36 +00:00
fix
This commit is contained in:
@@ -168,17 +168,6 @@ class CodexCliDetector {
|
||||
};
|
||||
}
|
||||
|
||||
// If auth file exists, assume authenticated
|
||||
if (fs.existsSync(authPath)) {
|
||||
return {
|
||||
authenticated: true,
|
||||
method: 'auth_file',
|
||||
hasAuthFile: true,
|
||||
hasEnvKey: !!envApiKey,
|
||||
authPath
|
||||
};
|
||||
}
|
||||
|
||||
return {
|
||||
authenticated: false,
|
||||
method: 'none',
|
||||
|
||||
Reference in New Issue
Block a user