mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-31 22:32:28 +00:00
Refactor authentication system to consolidate auth flow and remove provider-based commands
🤖 Generated with [OpenCode](https://opencode.ai) Co-Authored-By: OpenCode <noreply@opencode.ai>
This commit is contained in:
@@ -35,7 +35,6 @@ export namespace App {
|
||||
async function create(input: { cwd: string; version: string }) {
|
||||
log.info("creating", {
|
||||
cwd: input.cwd,
|
||||
version: input.version,
|
||||
})
|
||||
const git = await Filesystem.findUp(".git", input.cwd).then(([x]) =>
|
||||
x ? path.dirname(x) : undefined,
|
||||
|
||||
Reference in New Issue
Block a user